Class: Aws::S3::Types::ListDirectoryBucketsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketsArray<Types::Bucket>

The list of buckets owned by the requester.

Returns:



10504
10505
10506
10507
10508
10509
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10504

class ListDirectoryBucketsOutput < Struct.new(
  :buckets,
  :continuation_token)
  SENSITIVE = []
  include Aws::Structure
end

#continuation_tokenString

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.

Returns:

  • (String)


10504
10505
10506
10507
10508
10509
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 10504

class ListDirectoryBucketsOutput < Struct.new(
  :buckets,
  :continuation_token)
  SENSITIVE = []
  include Aws::Structure
end