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.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def dry_run @dry_run end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def instance_count @instance_count end |
#source_capacity_reservation_id ⇒ ::String
Returns the value of attribute source_capacity_reservation_id.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def source_capacity_reservation_id @source_capacity_reservation_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def tag_specifications @tag_specifications end |