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)


1707
1708
1709
# File 'sig/types.rbs', line 1707

def bucket_region
  @bucket_region
end

#continuation_token::String

Returns the value of attribute continuation_token.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def continuation_token
  @continuation_token
end

#max_buckets::Integer

Returns the value of attribute max_buckets.

Returns:

  • (::Integer)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def max_buckets
  @max_buckets
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def prefix
  @prefix
end