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:



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

#ownerTypes::Owner

The owner of the buckets listed.

Returns:



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