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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#bucketsArray<Types::Bucket>

Returns:



4846
4847
4848
4849
4850
# File 'lib/aws-sdk-s3/types.rb', line 4846

class ListBucketsOutput < Struct.new(
  :buckets,
  :owner)
  include Aws::Structure
end

#ownerTypes::Owner

Returns:



4846
4847
4848
4849
4850
# File 'lib/aws-sdk-s3/types.rb', line 4846

class ListBucketsOutput < Struct.new(
  :buckets,
  :owner)
  include Aws::Structure
end