Class: Aws::Types::DescribeCapacityBlockStatusResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityBlockStatusResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_block_statuses ⇒ ::Array[Types::CapacityBlockStatus]
Returns the value of attribute capacity_block_statuses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#capacity_block_statuses ⇒ ::Array[Types::CapacityBlockStatus]
Returns the value of attribute capacity_block_statuses.
5288 5289 5290 |
# File 'sig/types.rbs', line 5288 def capacity_block_statuses @capacity_block_statuses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5289 5290 5291 |
# File 'sig/types.rbs', line 5289 def next_token @next_token end |