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.
5420 5421 5422 |
# File 'sig/types.rbs', line 5420 def capacity_block_extensions @capacity_block_extensions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5421 5422 5423 |
# File 'sig/types.rbs', line 5421 def next_token @next_token end |