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)


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.

Returns:

  • ("noTermination", "default")


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.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


13884
13885
13886
# File 'sig/types.rbs', line 13884

def target_capacity
  @target_capacity
end