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.
13882 13883 13884 |
# File 'sig/types.rbs', line 13882 def context @context end |
#excess_capacity_termination_policy ⇒ "noTermination", "default"
Returns the value of attribute excess_capacity_termination_policy.
13885 13886 13887 |
# File 'sig/types.rbs', line 13885 def excess_capacity_termination_policy @excess_capacity_termination_policy end |
#launch_template_configs ⇒ ::Array[Types::LaunchTemplateConfig]
Returns the value of attribute launch_template_configs.
13880 13881 13882 |
# File 'sig/types.rbs', line 13880 def launch_template_configs @launch_template_configs end |
#on_demand_target_capacity ⇒ ::Integer
Returns the value of attribute on_demand_target_capacity.
13881 13882 13883 |
# File 'sig/types.rbs', line 13881 def on_demand_target_capacity @on_demand_target_capacity end |
#spot_fleet_request_id ⇒ ::String
Returns the value of attribute spot_fleet_request_id.
13883 13884 13885 |
# File 'sig/types.rbs', line 13883 def spot_fleet_request_id @spot_fleet_request_id end |
#target_capacity ⇒ ::Integer
Returns the value of attribute target_capacity.
13884 13885 13886 |
# File 'sig/types.rbs', line 13884 def target_capacity @target_capacity end |