Class: Aws::Types::ModifySpotFleetRequestRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifySpotFleetRequestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#excess_capacity_termination_policy ⇒ "noTermination", "default"
Returns the value of attribute excess_capacity_termination_policy.
-
#launch_template_configs ⇒ ::Array[Types::LaunchTemplateConfig]
Returns the value of attribute launch_template_configs.
-
#on_demand_target_capacity ⇒ ::Integer
Returns the value of attribute on_demand_target_capacity.
-
#spot_fleet_request_id ⇒ ::String
Returns the value of attribute spot_fleet_request_id.
-
#target_capacity ⇒ ::Integer
Returns the value of attribute target_capacity.
Instance Attribute Details
#context ⇒ ::String
Returns the value of attribute context.
14179 14180 14181 |
# File 'sig/types.rbs', line 14179 def context @context end |
#excess_capacity_termination_policy ⇒ "noTermination", "default"
Returns the value of attribute excess_capacity_termination_policy.
14182 14183 14184 |
# File 'sig/types.rbs', line 14182 def excess_capacity_termination_policy @excess_capacity_termination_policy end |
#launch_template_configs ⇒ ::Array[Types::LaunchTemplateConfig]
Returns the value of attribute launch_template_configs.
14177 14178 14179 |
# File 'sig/types.rbs', line 14177 def launch_template_configs @launch_template_configs end |
#on_demand_target_capacity ⇒ ::Integer
Returns the value of attribute on_demand_target_capacity.
14178 14179 14180 |
# File 'sig/types.rbs', line 14178 def on_demand_target_capacity @on_demand_target_capacity end |
#spot_fleet_request_id ⇒ ::String
Returns the value of attribute spot_fleet_request_id.
14180 14181 14182 |
# File 'sig/types.rbs', line 14180 def spot_fleet_request_id @spot_fleet_request_id end |
#target_capacity ⇒ ::Integer
Returns the value of attribute target_capacity.
14181 14182 14183 |
# File 'sig/types.rbs', line 14181 def target_capacity @target_capacity end |