Class: Aws::Types::InstanceGroupConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_policyTypes::AutoScalingPolicy

Returns the value of attribute auto_scaling_policy.



750
751
752
# File 'sig/types.rbs', line 750

def auto_scaling_policy
  @auto_scaling_policy
end

#bid_price::String

Returns the value of attribute bid_price.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def bid_price
  @bid_price
end

#configurations::Array[Types::Configuration]

Returns the value of attribute configurations.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def configurations
  @configurations
end

#custom_ami_id::String

Returns the value of attribute custom_ami_id.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def custom_ami_id
  @custom_ami_id
end

#ebs_configurationTypes::EbsConfiguration

Returns the value of attribute ebs_configuration.



749
750
751
# File 'sig/types.rbs', line 749

def ebs_configuration
  @ebs_configuration
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


747
748
749
# File 'sig/types.rbs', line 747

def instance_count
  @instance_count
end

#instance_role"MASTER", ...

Returns the value of attribute instance_role.

Returns:

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


744
745
746
# File 'sig/types.rbs', line 744

def instance_role
  @instance_role
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def instance_type
  @instance_type
end

#market"ON_DEMAND", "SPOT"

Returns the value of attribute market.

Returns:

  • ("ON_DEMAND", "SPOT")


743
744
745
# File 'sig/types.rbs', line 743

def market
  @market
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


742
743
744
# File 'sig/types.rbs', line 742

def name
  @name
end