Class: Aws::Types::ModifyFleetRequest

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)


13941
13942
13943
# File 'sig/types.rbs', line 13941

def context
  @context
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13936
13937
13938
# File 'sig/types.rbs', line 13936

def dry_run
  @dry_run
end

#excess_capacity_termination_policy"no-termination", "termination"

Returns the value of attribute excess_capacity_termination_policy.

Returns:

  • ("no-termination", "termination")


13937
13938
13939
# File 'sig/types.rbs', line 13937

def excess_capacity_termination_policy
  @excess_capacity_termination_policy
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


13939
13940
13941
# File 'sig/types.rbs', line 13939

def fleet_id
  @fleet_id
end

#launch_template_configs::Array[Types::FleetLaunchTemplateConfigRequest]

Returns the value of attribute launch_template_configs.



13938
13939
13940
# File 'sig/types.rbs', line 13938

def launch_template_configs
  @launch_template_configs
end

#target_capacity_specificationTypes::TargetCapacitySpecificationRequest

Returns the value of attribute target_capacity_specification.



13940
13941
13942
# File 'sig/types.rbs', line 13940

def target_capacity_specification
  @target_capacity_specification
end