Class: Aws::S3::Types::ListBucketsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ListBucketsOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
-
#owner ⇒ Types::Owner
The owner of the buckets listed.
Instance Attribute Details
#buckets ⇒ Array<Types::Bucket>
The list of buckets owned by the requester.
7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-s3/types.rb', line 7485 class ListBucketsOutput < Struct.new( :buckets, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ Types::Owner
The owner of the buckets listed.
7485 7486 7487 7488 7489 7490 |
# File 'lib/aws-sdk-s3/types.rb', line 7485 class ListBucketsOutput < Struct.new( :buckets, :owner) SENSITIVE = [] include Aws::Structure end |