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:


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

#ownerTypes::Owner

The owner of the buckets listed.

Returns:


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