Class: Aws::Types::CreateCapacityReservationFleetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapacityReservationFleetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocation_strategy ⇒ ::String
Returns the value of attribute allocation_strategy.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#end_date ⇒ ::Time
Returns the value of attribute end_date.
-
#instance_match_criteria ⇒ "open"
Returns the value of attribute instance_match_criteria.
-
#instance_type_specifications ⇒ ::Array[Types::ReservationFleetInstanceSpecification]
Returns the value of attribute instance_type_specifications.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#tenancy ⇒ "default"
Returns the value of attribute tenancy.
-
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
Instance Attribute Details
#allocation_strategy ⇒ ::String
Returns the value of attribute allocation_strategy.
2201 2202 2203 |
# File 'sig/types.rbs', line 2201 def allocation_strategy @allocation_strategy end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2202 2203 2204 |
# File 'sig/types.rbs', line 2202 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def dry_run @dry_run end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def end_date @end_date end |
#instance_match_criteria ⇒ "open"
Returns the value of attribute instance_match_criteria.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def instance_match_criteria @instance_match_criteria end |
#instance_type_specifications ⇒ ::Array[Types::ReservationFleetInstanceSpecification]
Returns the value of attribute instance_type_specifications.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def instance_type_specifications @instance_type_specifications end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def tag_specifications @tag_specifications end |
#tenancy ⇒ "default"
Returns the value of attribute tenancy.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def tenancy @tenancy end |
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
2205 2206 2207 |
# File 'sig/types.rbs', line 2205 def total_target_capacity @total_target_capacity end |