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.
661 662 663 |
# File 'sig/types.rbs', line 661 def ami_type @ami_type end |
#capacity_type ⇒ "ON_DEMAND", ...
Returns the value of attribute capacity_type.
671 672 673 |
# File 'sig/types.rbs', line 671 def capacity_type @capacity_type end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
667 668 669 |
# File 'sig/types.rbs', line 667 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
655 656 657 |
# File 'sig/types.rbs', line 655 def cluster_name @cluster_name end |
#disk_size ⇒ ::Integer
Returns the value of attribute disk_size.
658 659 660 |
# File 'sig/types.rbs', line 658 def disk_size @disk_size end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
660 661 662 |
# File 'sig/types.rbs', line 660 def instance_types @instance_types end |
#labels ⇒ ::Hash[::String, ::String]
Returns the value of attribute labels.
664 665 666 |
# File 'sig/types.rbs', line 664 def labels @labels end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
668 669 670 |
# File 'sig/types.rbs', line 668 def launch_template @launch_template end |
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
670 671 672 |
# File 'sig/types.rbs', line 670 def node_repair_config @node_repair_config end |
#node_role ⇒ ::String
Returns the value of attribute node_role.
663 664 665 |
# File 'sig/types.rbs', line 663 def node_role @node_role end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
656 657 658 |
# File 'sig/types.rbs', line 656 def nodegroup_name @nodegroup_name end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
673 674 675 |
# File 'sig/types.rbs', line 673 def release_version @release_version end |
#remote_access ⇒ Types::RemoteAccessConfig
Returns the value of attribute remote_access.
662 663 664 |
# File 'sig/types.rbs', line 662 def remote_access @remote_access end |
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
657 658 659 |
# File 'sig/types.rbs', line 657 def scaling_config @scaling_config end |
#subnets ⇒ ::Array[::String]
Returns the value of attribute subnets.
659 660 661 |
# File 'sig/types.rbs', line 659 def subnets @subnets end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
666 667 668 |
# File 'sig/types.rbs', line 666 def @tags end |
#taints ⇒ ::Array[Types::Taint]
Returns the value of attribute taints.
665 666 667 |
# File 'sig/types.rbs', line 665 def taints @taints end |
#update_config ⇒ Types::NodegroupUpdateConfig
Returns the value of attribute update_config.
669 670 671 |
# File 'sig/types.rbs', line 669 def update_config @update_config end |
#version ⇒ ::String
Returns the value of attribute version.
672 673 674 |
# File 'sig/types.rbs', line 672 def version @version end |
#warm_pool_config ⇒ Types::WarmPoolConfig
Returns the value of attribute warm_pool_config.
674 675 676 |
# File 'sig/types.rbs', line 674 def warm_pool_config @warm_pool_config end |