Class: Aws::Types::MoveCapacityReservationInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::MoveCapacityReservationInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#destination_capacity_reservation_id ⇒ ::String
Returns the value of attribute destination_capacity_reservation_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
14547 14548 14549 |
# File 'sig/types.rbs', line 14547 def client_token @client_token end |
#destination_capacity_reservation_id ⇒ ::String
Returns the value of attribute destination_capacity_reservation_id.
14549 14550 14551 |
# File 'sig/types.rbs', line 14549 def destination_capacity_reservation_id @destination_capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14546 14547 14548 |
# File 'sig/types.rbs', line 14546 def dry_run @dry_run end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
14550 14551 14552 |
# File 'sig/types.rbs', line 14550 def instance_count @instance_count end |
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
14548 14549 14550 |
# File 'sig/types.rbs', line 14548 def source_capacity_reservation_id @source_capacity_reservation_id end |