Class: Aws::Types::InstanceFleetConfig

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)


673
674
675
# File 'sig/types.rbs', line 673

def context
  @context
end

#instance_fleet_type"MASTER", ...

Returns the value of attribute instance_fleet_type.

Returns:

  • ("MASTER", "CORE", "TASK")


667
668
669
# File 'sig/types.rbs', line 667

def instance_fleet_type
  @instance_fleet_type
end

#instance_type_configs::Array[Types::InstanceTypeConfig]

Returns the value of attribute instance_type_configs.

Returns:



670
671
672
# File 'sig/types.rbs', line 670

def instance_type_configs
  @instance_type_configs
end

#launch_specificationsTypes::InstanceFleetProvisioningSpecifications

Returns the value of attribute launch_specifications.



671
672
673
# File 'sig/types.rbs', line 671

def launch_specifications
  @launch_specifications
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


666
667
668
# File 'sig/types.rbs', line 666

def name
  @name
end

#resize_specificationsTypes::InstanceFleetResizingSpecifications

Returns the value of attribute resize_specifications.



672
673
674
# File 'sig/types.rbs', line 672

def resize_specifications
  @resize_specifications
end

#target_on_demand_capacity::Integer

Returns the value of attribute target_on_demand_capacity.

Returns:

  • (::Integer)


668
669
670
# File 'sig/types.rbs', line 668

def target_on_demand_capacity
  @target_on_demand_capacity
end

#target_spot_capacity::Integer

Returns the value of attribute target_spot_capacity.

Returns:

  • (::Integer)


669
670
671
# File 'sig/types.rbs', line 669

def target_spot_capacity
  @target_spot_capacity
end