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:



1696
1697
1698
# File 'sig/types.rbs', line 1696

def buckets
  @buckets
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1698
1699
1700
# File 'sig/types.rbs', line 1698

def continuation_token
  @continuation_token
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



1697
1698
1699
# File 'sig/types.rbs', line 1697

def owner
  @owner
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def prefix
  @prefix
end