Class: Aws::Types::UpdateNodegroupConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNodegroupConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#labels ⇒ Types::UpdateLabelsPayload
Returns the value of attribute labels.
-
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
-
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
-
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
-
#taints ⇒ Types::UpdateTaintsPayload
Returns the value of attribute taints.
-
#update_config ⇒ Types::NodegroupUpdateConfig
Returns the value of attribute update_config.
-
#warm_pool_config ⇒ Types::WarmPoolConfig
Returns the value of attribute warm_pool_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def cluster_name @cluster_name end |
#labels ⇒ Types::UpdateLabelsPayload
Returns the value of attribute labels.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def labels @labels end |
#node_repair_config ⇒ Types::NodeRepairConfig
Returns the value of attribute node_repair_config.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def node_repair_config @node_repair_config end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def nodegroup_name @nodegroup_name end |
#scaling_config ⇒ Types::NodegroupScalingConfig
Returns the value of attribute scaling_config.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def scaling_config @scaling_config end |
#taints ⇒ Types::UpdateTaintsPayload
Returns the value of attribute taints.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def taints @taints end |
#update_config ⇒ Types::NodegroupUpdateConfig
Returns the value of attribute update_config.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def update_config @update_config end |
#warm_pool_config ⇒ Types::WarmPoolConfig
Returns the value of attribute warm_pool_config.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def warm_pool_config @warm_pool_config end |