Class: Aws::Types::PurchaseCapacityBlockExtensionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseCapacityBlockExtensionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_block_extension_offering_id ⇒ ::String
Returns the value of attribute capacity_block_extension_offering_id.
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#capacity_block_extension_offering_id ⇒ ::String
Returns the value of attribute capacity_block_extension_offering_id.
15439 15440 15441 |
# File 'sig/types.rbs', line 15439 def capacity_block_extension_offering_id @capacity_block_extension_offering_id end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
15440 15441 15442 |
# File 'sig/types.rbs', line 15440 def capacity_reservation_id @capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15441 15442 15443 |
# File 'sig/types.rbs', line 15441 def dry_run @dry_run end |