Class: Aws::Types::UpdateNodegroupVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNodegroupVersionRequest
- 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.
-
#force ⇒ Boolean
Returns the value of attribute force.
-
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
-
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
-
#release_version ⇒ ::String
Returns the value of attribute release_version.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def cluster_name @cluster_name end |
#force ⇒ Boolean
Returns the value of attribute force.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def force @force end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def launch_template @launch_template end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def nodegroup_name @nodegroup_name end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def release_version @release_version end |
#version ⇒ ::String
Returns the value of attribute version.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def version @version end |