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.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def cluster_name @cluster_name end |
#force ⇒ Boolean
Returns the value of attribute force.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def force @force end |
#launch_template ⇒ Types::LaunchTemplateSpecification
Returns the value of attribute launch_template.
1969 1970 1971 |
# File 'sig/types.rbs', line 1969 def launch_template @launch_template end |
#nodegroup_name ⇒ ::String
Returns the value of attribute nodegroup_name.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def nodegroup_name @nodegroup_name end |
#release_version ⇒ ::String
Returns the value of attribute release_version.
1968 1969 1970 |
# File 'sig/types.rbs', line 1968 def release_version @release_version end |
#version ⇒ ::String
Returns the value of attribute version.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def version @version end |