Class: Aws::S3::Types::ListBucketsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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:



9578
9579
9580
9581
9582
9583
9584
# File 'lib/aws-sdk-s3/types.rb', line 9578

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

#continuation_tokenString

‘ContinuationToken` is included in the response when there are more buckets that can be listed with pagination. The next `ListBuckets` request to Amazon S3 can be continued with this `ContinuationToken`. `ContinuationToken` is obfuscated and is not a real bucket.

Returns:

  • (String)


9578
9579
9580
9581
9582
9583
9584
# File 'lib/aws-sdk-s3/types.rb', line 9578

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

#ownerTypes::Owner

The owner of the buckets listed.

Returns:



9578
9579
9580
9581
9582
9583
9584
# File 'lib/aws-sdk-s3/types.rb', line 9578

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