Class: Aws::Types::ModifySpotFleetRequestRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


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.

Returns:

  • ("noTermination", "default")


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


14181
14182
14183
# File 'sig/types.rbs', line 14181

def target_capacity
  @target_capacity
end