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)


13323
13324
13325
# File 'sig/types.rbs', line 13323

def context
  @context
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13318
13319
13320
# File 'sig/types.rbs', line 13318

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


13319
13320
13321
# File 'sig/types.rbs', line 13319

def excess_capacity_termination_policy
  @excess_capacity_termination_policy
end

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


13321
13322
13323
# File 'sig/types.rbs', line 13321

def fleet_id
  @fleet_id
end

#launch_template_configs::Array[Types::FleetLaunchTemplateConfigRequest]

Returns the value of attribute launch_template_configs.



13320
13321
13322
# File 'sig/types.rbs', line 13320

def launch_template_configs
  @launch_template_configs
end

#target_capacity_specificationTypes::TargetCapacitySpecificationRequest

Returns the value of attribute target_capacity_specification.



13322
13323
13324
# File 'sig/types.rbs', line 13322

def target_capacity_specification
  @target_capacity_specification
end