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.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def ami_type @ami_type end |
#capacity_type ⇒ "ON_DEMAND", ...
Returns the value of attribute capacity_type.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def capacity_type @capacity_type end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def cluster_name @cluster_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def created_at @created_at end |
#disk_size ⇒ ::Integer
Returns the value of attribute disk_size.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def disk_size @disk_size end |
#health ⇒ Types::NodegroupHealth
Returns the value of attribute health.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def health @health end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def instance_types @instance_types end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def labels @labels end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def launch_template @launch_template end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def modified_at @modified_at end |
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def node_repair_config @node_repair_config end |
#node_role ⇒ ::String
Returns the value of attribute node_role.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def node_role @node_role end |
#nodegroup_arn ⇒ ::String
Returns the value of attribute nodegroup_arn.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def nodegroup_arn @nodegroup_arn end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def nodegroup_name @nodegroup_name end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def release_version @release_version end |
#remote_access ⇒ Types::RemoteAccessConfig
Returns the value of attribute remote_access.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def remote_access @remote_access end |
#resources ⇒ Types::NodegroupResources
Returns the value of attribute resources.
1593 1594 1595 |
# File 'sig/types.rbs', line 1593 def resources @resources end |
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def scaling_config @scaling_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def status @status end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def @tags end |
#taints ⇒ ::Array[Types::Taint]
Returns the value of attribute taints.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def taints @taints end |
#update_config ⇒ Types::NodegroupUpdateConfig
Returns the value of attribute update_config.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def update_config @update_config end |
#version ⇒ ::String
Returns the value of attribute version.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def version @version end |
#warm_pool_config ⇒ Types::WarmPoolConfig
Returns the value of attribute warm_pool_config.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def warm_pool_config @warm_pool_config end |