Class: Aws::Types::ListRegionalBucketsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListRegionalBucketsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#regional_bucket_list ⇒ ::Array[Types::RegionalBucket]
Returns the value of attribute regional_bucket_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def next_token @next_token end |
#regional_bucket_list ⇒ ::Array[Types::RegionalBucket]
Returns the value of attribute regional_bucket_list.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def regional_bucket_list @regional_bucket_list end |