Class: Aws::Types::ListBucketsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buckets::Array[Types::Bucket]

Returns the value of attribute buckets.

Returns:



1715
1716
1717
# File 'sig/types.rbs', line 1715

def buckets
  @buckets
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def continuation_token
  @continuation_token
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



1716
1717
1718
# File 'sig/types.rbs', line 1716

def owner
  @owner
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def prefix
  @prefix
end