Class: Aws::Types::ListRegionalBucketsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRegionalBucketsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def account_id @account_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def next_token @next_token end |
#outpost_id ⇒ ::String
Returns the value of attribute outpost_id.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def outpost_id @outpost_id end |