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.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def ami_type @ami_type end |
#capacity_type ⇒ "ON_DEMAND", ...
Returns the value of attribute capacity_type.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def capacity_type @capacity_type end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def cluster_name @cluster_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def created_at @created_at end |
#disk_size ⇒ ::Integer
Returns the value of attribute disk_size.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def disk_size @disk_size end |
#health ⇒ Types::NodegroupHealth
Returns the value of attribute health.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def health @health end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def instance_types @instance_types end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def labels @labels end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def launch_template @launch_template end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def modified_at @modified_at end |
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def node_repair_config @node_repair_config end |
#node_role ⇒ ::String
Returns the value of attribute node_role.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def node_role @node_role end |
#nodegroup_arn ⇒ ::String
Returns the value of attribute nodegroup_arn.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def nodegroup_arn @nodegroup_arn end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def nodegroup_name @nodegroup_name end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def release_version @release_version end |
#remote_access ⇒ Types::RemoteAccessConfig
Returns the value of attribute remote_access.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def remote_access @remote_access end |
#resources ⇒ Types::NodegroupResources
Returns the value of attribute resources.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def resources @resources end |
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def scaling_config @scaling_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def status @status end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1492 1493 1494 |
# File 'sig/types.rbs', line 1492 def @tags end |
#taints ⇒ ::Array[Types::Taint]
Returns the value of attribute taints.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def taints @taints end |
#update_config ⇒ Types::NodegroupUpdateConfig
Returns the value of attribute update_config.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def update_config @update_config end |
#version ⇒ ::String
Returns the value of attribute version.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def version @version end |
#warm_pool_config ⇒ Types::WarmPoolConfig
Returns the value of attribute warm_pool_config.
1493 1494 1495 |
# File 'sig/types.rbs', line 1493 def warm_pool_config @warm_pool_config end |