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.
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.
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.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def max_buckets @max_buckets end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def prefix @prefix end |