Class: Aws::Types::InstanceFleet

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)


661
662
663
# File 'sig/types.rbs', line 661

def context
  @context
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def id
  @id
end

#instance_fleet_type"MASTER", ...

Returns the value of attribute instance_fleet_type.

Returns:

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


653
654
655
# File 'sig/types.rbs', line 653

def instance_fleet_type
  @instance_fleet_type
end

#instance_type_specifications::Array[Types::InstanceTypeSpecification]

Returns the value of attribute instance_type_specifications.

Returns:



658
659
660
# File 'sig/types.rbs', line 658

def instance_type_specifications
  @instance_type_specifications
end

#launch_specificationsTypes::InstanceFleetProvisioningSpecifications

Returns the value of attribute launch_specifications.



659
660
661
# File 'sig/types.rbs', line 659

def launch_specifications
  @launch_specifications
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


651
652
653
# File 'sig/types.rbs', line 651

def name
  @name
end

#provisioned_on_demand_capacity::Integer

Returns the value of attribute provisioned_on_demand_capacity.

Returns:

  • (::Integer)


656
657
658
# File 'sig/types.rbs', line 656

def provisioned_on_demand_capacity
  @provisioned_on_demand_capacity
end

#provisioned_spot_capacity::Integer

Returns the value of attribute provisioned_spot_capacity.

Returns:

  • (::Integer)


657
658
659
# File 'sig/types.rbs', line 657

def provisioned_spot_capacity
  @provisioned_spot_capacity
end

#resize_specificationsTypes::InstanceFleetResizingSpecifications

Returns the value of attribute resize_specifications.



660
661
662
# File 'sig/types.rbs', line 660

def resize_specifications
  @resize_specifications
end

#statusTypes::InstanceFleetStatus

Returns the value of attribute status.



652
653
654
# File 'sig/types.rbs', line 652

def status
  @status
end

#target_on_demand_capacity::Integer

Returns the value of attribute target_on_demand_capacity.

Returns:

  • (::Integer)


654
655
656
# File 'sig/types.rbs', line 654

def target_on_demand_capacity
  @target_on_demand_capacity
end

#target_spot_capacity::Integer

Returns the value of attribute target_spot_capacity.

Returns:

  • (::Integer)


655
656
657
# File 'sig/types.rbs', line 655

def target_spot_capacity
  @target_spot_capacity
end