Class: Aws::Types::DescribeCapacityBlocksResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityBlocksResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_blocks ⇒ ::Array[Types::CapacityBlock]
Returns the value of attribute capacity_blocks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#capacity_blocks ⇒ ::Array[Types::CapacityBlock]
Returns the value of attribute capacity_blocks.
5486 5487 5488 |
# File 'sig/types.rbs', line 5486 def capacity_blocks @capacity_blocks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5487 5488 5489 |
# File 'sig/types.rbs', line 5487 def next_token @next_token end |