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.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def cluster_name @cluster_name end |
#force ⇒ Boolean
Returns the value of attribute force.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def force @force end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def launch_template @launch_template end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def nodegroup_name @nodegroup_name end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def release_version @release_version end |
#version ⇒ ::String
Returns the value of attribute version.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def version @version end |