Class: Aws::Types::Nodegroup
- Inherits:
-
Object
- Object
- Aws::Types::Nodegroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_type ⇒ "AL2_x86_64", ...
Returns the value of attribute ami_type.
-
#capacity_type ⇒ "ON_DEMAND", ...
Returns the value of attribute capacity_type.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#disk_size ⇒ ::Integer
Returns the value of attribute disk_size.
-
#health ⇒ Types::NodegroupHealth
Returns the value of attribute health.
-
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
-
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
-
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
-
#node_role ⇒ ::String
Returns the value of attribute node_role.
-
#nodegroup_arn ⇒ ::String
Returns the value of attribute nodegroup_arn.
-
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
-
#release_version ⇒ ::String
Returns the value of attribute release_version.
-
#remote_access ⇒ Types::RemoteAccessConfig
Returns the value of attribute remote_access.
-
#resources ⇒ Types::NodegroupResources
Returns the value of attribute resources.
-
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#taints ⇒ ::Array[Types::Taint]
Returns the value of attribute taints.
-
#update_config ⇒ Types::NodegroupUpdateConfig
Returns the value of attribute update_config.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#warm_pool_config ⇒ Types::WarmPoolConfig
Returns the value of attribute warm_pool_config.
Instance Attribute Details
#ami_type ⇒ "AL2_x86_64", ...
Returns the value of attribute ami_type.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def ami_type @ami_type end |
#capacity_type ⇒ "ON_DEMAND", ...
Returns the value of attribute capacity_type.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def capacity_type @capacity_type end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def cluster_name @cluster_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def created_at @created_at end |
#disk_size ⇒ ::Integer
Returns the value of attribute disk_size.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def disk_size @disk_size end |
#health ⇒ Types::NodegroupHealth
Returns the value of attribute health.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def health @health end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def instance_types @instance_types end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def labels @labels end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def launch_template @launch_template end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def modified_at @modified_at end |
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def node_repair_config @node_repair_config end |
#node_role ⇒ ::String
Returns the value of attribute node_role.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def node_role @node_role end |
#nodegroup_arn ⇒ ::String
Returns the value of attribute nodegroup_arn.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def nodegroup_arn @nodegroup_arn end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def nodegroup_name @nodegroup_name end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def release_version @release_version end |
#remote_access ⇒ Types::RemoteAccessConfig
Returns the value of attribute remote_access.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def remote_access @remote_access end |
#resources ⇒ Types::NodegroupResources
Returns the value of attribute resources.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def resources @resources end |
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def scaling_config @scaling_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def status @status end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def @tags end |
#taints ⇒ ::Array[Types::Taint]
Returns the value of attribute taints.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def taints @taints end |
#update_config ⇒ Types::NodegroupUpdateConfig
Returns the value of attribute update_config.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def update_config @update_config end |
#version ⇒ ::String
Returns the value of attribute version.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def version @version end |
#warm_pool_config ⇒ Types::WarmPoolConfig
Returns the value of attribute warm_pool_config.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def warm_pool_config @warm_pool_config end |