Class: Aws::S3::Types::ListBucketsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::ListBucketsOutput
- 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.
-
#owner ⇒ Types::Owner
The owner of the buckets listed.
Instance Attribute Details
#buckets ⇒ Array<Types::Bucket>
The list of buckets owned by the requester.
8779 8780 8781 8782 8783 8784 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8779 class ListBucketsOutput < Struct.new( :buckets, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ Types::Owner
The owner of the buckets listed.
8779 8780 8781 8782 8783 8784 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 8779 class ListBucketsOutput < Struct.new( :buckets, :owner) SENSITIVE = [] include Aws::Structure end |