Class: Aws::Types::DescribeCapacityBlockExtensionHistoryResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCapacityBlockExtensionHistoryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_block_extensions ⇒ ::Array[Types::CapacityBlockExtension]
Returns the value of attribute capacity_block_extensions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#capacity_block_extensions ⇒ ::Array[Types::CapacityBlockExtension]
Returns the value of attribute capacity_block_extensions.
5237 5238 5239 |
# File 'sig/types.rbs', line 5237 def capacity_block_extensions @capacity_block_extensions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5238 5239 5240 |
# File 'sig/types.rbs', line 5238 def next_token @next_token end |