Class: Aws::Types::UpdateNodegroupConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


2062
2063
2064
# File 'sig/types.rbs', line 2062

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def cluster_name
  @cluster_name
end

#labelsTypes::UpdateLabelsPayload

Returns the value of attribute labels.



2056
2057
2058
# File 'sig/types.rbs', line 2056

def labels
  @labels
end

#node_repair_configTypes::NodeRepairConfig

Returns the value of attribute node_repair_config.



2060
2061
2062
# File 'sig/types.rbs', line 2060

def node_repair_config
  @node_repair_config
end

#nodegroup_name::String

Returns the value of attribute nodegroup_name.

Returns:

  • (::String)


2055
2056
2057
# File 'sig/types.rbs', line 2055

def nodegroup_name
  @nodegroup_name
end

#scaling_configTypes::NodegroupScalingConfig

Returns the value of attribute scaling_config.



2058
2059
2060
# File 'sig/types.rbs', line 2058

def scaling_config
  @scaling_config
end

#taintsTypes::UpdateTaintsPayload

Returns the value of attribute taints.



2057
2058
2059
# File 'sig/types.rbs', line 2057

def taints
  @taints
end

#update_configTypes::NodegroupUpdateConfig

Returns the value of attribute update_config.



2059
2060
2061
# File 'sig/types.rbs', line 2059

def update_config
  @update_config
end

#warm_pool_configTypes::WarmPoolConfig

Returns the value of attribute warm_pool_config.



2061
2062
2063
# File 'sig/types.rbs', line 2061

def warm_pool_config
  @warm_pool_config
end