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)


14518
14519
14520
# File 'sig/types.rbs', line 14518

def context
  @context
end

#excess_capacity_termination_policy"noTermination", "default"

Returns the value of attribute excess_capacity_termination_policy.

Returns:

  • ("noTermination", "default")


14521
14522
14523
# File 'sig/types.rbs', line 14521

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:



14516
14517
14518
# File 'sig/types.rbs', line 14516

def launch_template_configs
  @launch_template_configs
end

#on_demand_target_capacity::Integer

Returns the value of attribute on_demand_target_capacity.

Returns:

  • (::Integer)


14517
14518
14519
# File 'sig/types.rbs', line 14517

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)


14519
14520
14521
# File 'sig/types.rbs', line 14519

def spot_fleet_request_id
  @spot_fleet_request_id
end

#target_capacity::Integer

Returns the value of attribute target_capacity.

Returns:

  • (::Integer)


14520
14521
14522
# File 'sig/types.rbs', line 14520

def target_capacity
  @target_capacity
end