Class: Aws::S3::Types::ListDirectoryBucketsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ListDirectoryBucketsOutput
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#buckets ⇒ Array<Types::Bucket>
The list of buckets owned by the requester.
-
#continuation_token ⇒ String
If
ContinuationToken
was sent with the request, it is included in the response.
Instance Attribute Details
#buckets ⇒ Array<Types::Bucket>
The list of buckets owned by the requester.
11247 11248 11249 11250 11251 11252 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11247 class ListDirectoryBucketsOutput < Struct.new( :buckets, :continuation_token) SENSITIVE = [] include Aws::Structure end |
#continuation_token ⇒ String
If ContinuationToken
was sent with the request, it is included in
the response. You can use the returned ContinuationToken
for
pagination of the list response.
11247 11248 11249 11250 11251 11252 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 11247 class ListDirectoryBucketsOutput < Struct.new( :buckets, :continuation_token) SENSITIVE = [] include Aws::Structure end |