Class: Aws::Types::ListBucketsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBucketsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
-
#continuation_token ⇒ ::String
Returns the value of attribute continuation_token.
-
#max_buckets ⇒ ::Integer
Returns the value of attribute max_buckets.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket_region ⇒ ::String
Returns the value of attribute bucket_region.
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.
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.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def max_buckets @max_buckets end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def prefix @prefix end |