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)


13947
13948
13949
# File 'sig/types.rbs', line 13947

def context
  @context
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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

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")


13943
13944
13945
# File 'sig/types.rbs', line 13943

def excess_capacity_termination_policy
  @excess_capacity_termination_policy
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


13945
13946
13947
# File 'sig/types.rbs', line 13945

def fleet_id
  @fleet_id
end

#launch_template_configs::Array[Types::FleetLaunchTemplateConfigRequest]

Returns the value of attribute launch_template_configs.



13944
13945
13946
# File 'sig/types.rbs', line 13944

def launch_template_configs
  @launch_template_configs
end

#target_capacity_specificationTypes::TargetCapacitySpecificationRequest

Returns the value of attribute target_capacity_specification.



13946
13947
13948
# File 'sig/types.rbs', line 13946

def target_capacity_specification
  @target_capacity_specification
end