Class: Aws::Types::InstanceGroupConfig
- Inherits:
-
Object
- Object
- Aws::Types::InstanceGroupConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_policy ⇒ Types::AutoScalingPolicy
Returns the value of attribute auto_scaling_policy.
-
#bid_price ⇒ ::String
Returns the value of attribute bid_price.
-
#configurations ⇒ ::Array[Types::Configuration]
Returns the value of attribute configurations.
-
#custom_ami_id ⇒ ::String
Returns the value of attribute custom_ami_id.
-
#ebs_configuration ⇒ Types::EbsConfiguration
Returns the value of attribute ebs_configuration.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_role ⇒ "MASTER", ...
Returns the value of attribute instance_role.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#market ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute market.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#auto_scaling_policy ⇒ Types::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.
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.
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.
751 752 753 |
# File 'sig/types.rbs', line 751 def custom_ami_id @custom_ami_id end |
#ebs_configuration ⇒ Types::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.
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.
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.
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.
743 744 745 |
# File 'sig/types.rbs', line 743 def market @market end |
#name ⇒ ::String
Returns the value of attribute name.
742 743 744 |
# File 'sig/types.rbs', line 742 def name @name end |