Class: Aws::Types::CreateNodegroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNodegroupRequest
- 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.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#disk_size ⇒ ::Integer
Returns the value of attribute disk_size.
-
#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.
-
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
-
#node_role ⇒ ::String
Returns the value of attribute node_role.
-
#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.
-
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
-
#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.
591 592 593 |
# File 'sig/types.rbs', line 591 def ami_type @ami_type end |
#capacity_type ⇒ "ON_DEMAND", ...
Returns the value of attribute capacity_type.
601 602 603 |
# File 'sig/types.rbs', line 601 def capacity_type @capacity_type end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
597 598 599 |
# File 'sig/types.rbs', line 597 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
585 586 587 |
# File 'sig/types.rbs', line 585 def cluster_name @cluster_name end |
#disk_size ⇒ ::Integer
Returns the value of attribute disk_size.
588 589 590 |
# File 'sig/types.rbs', line 588 def disk_size @disk_size end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
590 591 592 |
# File 'sig/types.rbs', line 590 def instance_types @instance_types end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
594 595 596 |
# File 'sig/types.rbs', line 594 def labels @labels end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
598 599 600 |
# File 'sig/types.rbs', line 598 def launch_template @launch_template end |
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
600 601 602 |
# File 'sig/types.rbs', line 600 def node_repair_config @node_repair_config end |
#node_role ⇒ ::String
Returns the value of attribute node_role.
593 594 595 |
# File 'sig/types.rbs', line 593 def node_role @node_role end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
586 587 588 |
# File 'sig/types.rbs', line 586 def nodegroup_name @nodegroup_name end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
603 604 605 |
# File 'sig/types.rbs', line 603 def release_version @release_version end |
#remote_access ⇒ Types::RemoteAccessConfig
Returns the value of attribute remote_access.
592 593 594 |
# File 'sig/types.rbs', line 592 def remote_access @remote_access end |
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
587 588 589 |
# File 'sig/types.rbs', line 587 def scaling_config @scaling_config end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
589 590 591 |
# File 'sig/types.rbs', line 589 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
596 597 598 |
# File 'sig/types.rbs', line 596 def @tags end |
#taints ⇒ ::Array[Types::Taint]
Returns the value of attribute taints.
595 596 597 |
# File 'sig/types.rbs', line 595 def taints @taints end |
#update_config ⇒ Types::NodegroupUpdateConfig
Returns the value of attribute update_config.
599 600 601 |
# File 'sig/types.rbs', line 599 def update_config @update_config end |
#version ⇒ ::String
Returns the value of attribute version.
602 603 604 |
# File 'sig/types.rbs', line 602 def version @version end |
#warm_pool_config ⇒ Types::WarmPoolConfig
Returns the value of attribute warm_pool_config.
604 605 606 |
# File 'sig/types.rbs', line 604 def warm_pool_config @warm_pool_config end |