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.
15750 15751 15752 |
# File 'sig/types.rbs', line 15750 def capacity_block_offering_id @capacity_block_offering_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15748 15749 15750 |
# File 'sig/types.rbs', line 15748 def dry_run @dry_run end |
#instance_platform ⇒ "Linux/UNIX", ...
Returns the value of attribute instance_platform.
15751 15752 15753 |
# File 'sig/types.rbs', line 15751 def instance_platform @instance_platform end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
15749 15750 15751 |
# File 'sig/types.rbs', line 15749 def tag_specifications @tag_specifications end |