Class: Aws::Types::ListBucketsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_region::String

Returns the value of attribute bucket_region.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def bucket_region
  @bucket_region
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def continuation_token
  @continuation_token
end

#max_buckets::Integer

Returns the value of attribute max_buckets.

Returns:

  • (::Integer)


1723
1724
1725
# File 'sig/types.rbs', line 1723

def max_buckets
  @max_buckets
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def prefix
  @prefix
end