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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3/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:



9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9500

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

#ownerTypes::Owner

The owner of the buckets listed.

Returns:



9500
9501
9502
9503
9504
9505
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/types.rb', line 9500

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