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.
2089 2090 2091 |
# File 'sig/types.rbs', line 2089 def allocation_strategy @allocation_strategy end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2090 2091 2092 |
# File 'sig/types.rbs', line 2090 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def dry_run @dry_run end |
#end_date ⇒ ::Time
Returns the value of attribute end_date.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def end_date @end_date end |
#instance_match_criteria ⇒ "open"
Returns the value of attribute instance_match_criteria.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def instance_match_criteria @instance_match_criteria end |
#instance_type_specifications ⇒ ::Array[Types::ReservationFleetInstanceSpecification]
Returns the value of attribute instance_type_specifications.
2091 2092 2093 |
# File 'sig/types.rbs', line 2091 def instance_type_specifications @instance_type_specifications end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def tag_specifications @tag_specifications end |
#tenancy ⇒ "default"
Returns the value of attribute tenancy.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def tenancy @tenancy end |
#total_target_capacity ⇒ ::Integer
Returns the value of attribute total_target_capacity.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def total_target_capacity @total_target_capacity end |