Class: Aws::Types::PurchaseCapacityBlockRequest
- Inherits:
-
Object
- Object
- Aws::Types::PurchaseCapacityBlockRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_block_offering_id ⇒ ::String
Returns the value of attribute capacity_block_offering_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#capacity_block_offering_id ⇒ ::String
Returns the value of attribute capacity_block_offering_id.
15453 15454 15455 |
# File 'sig/types.rbs', line 15453 def capacity_block_offering_id @capacity_block_offering_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15451 15452 15453 |
# File 'sig/types.rbs', line 15451 def dry_run @dry_run end |
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
15454 15455 15456 |
# File 'sig/types.rbs', line 15454 def instance_platform @instance_platform end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
15452 15453 15454 |
# File 'sig/types.rbs', line 15452 def tag_specifications @tag_specifications end |