Class: Aws::Types::CreateInterruptibleCapacityReservationAllocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInterruptibleCapacityReservationAllocationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def capacity_reservation_id @capacity_reservation_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def dry_run @dry_run end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def instance_count @instance_count end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def tag_specifications @tag_specifications end |