Class: Aws::Types::InstanceFleetModifyConfig

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)


683
684
685
# File 'sig/types.rbs', line 683

def context
  @context
end

#instance_fleet_id::String

Returns the value of attribute instance_fleet_id.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def instance_fleet_id
  @instance_fleet_id
end

#instance_type_configs::Array[Types::InstanceTypeConfig]

Returns the value of attribute instance_type_configs.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def instance_type_configs
  @instance_type_configs
end

#resize_specificationsTypes::InstanceFleetResizingSpecifications

Returns the value of attribute resize_specifications.



681
682
683
# File 'sig/types.rbs', line 681

def resize_specifications
  @resize_specifications
end

#target_on_demand_capacity::Integer

Returns the value of attribute target_on_demand_capacity.

Returns:

  • (::Integer)


679
680
681
# File 'sig/types.rbs', line 679

def target_on_demand_capacity
  @target_on_demand_capacity
end

#target_spot_capacity::Integer

Returns the value of attribute target_spot_capacity.

Returns:

  • (::Integer)


680
681
682
# File 'sig/types.rbs', line 680

def target_spot_capacity
  @target_spot_capacity
end