Class: Aws::Types::CreateCapacityReservationBySplittingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapacityReservationBySplittingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def dry_run @dry_run end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def instance_count @instance_count end |
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def source_capacity_reservation_id @source_capacity_reservation_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def tag_specifications @tag_specifications end |