Class: Aws::Types::UpdateClusterSoftwareInstanceGroupSpecification
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterSoftwareInstanceGroupSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_release_version ⇒ ::String
Returns the value of attribute image_release_version.
-
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
Instance Attribute Details
#image_release_version ⇒ ::String
Returns the value of attribute image_release_version.
11956 11957 11958 |
# File 'sig/types.rbs', line 11956 def image_release_version @image_release_version end |
#instance_group_name ⇒ ::String
Returns the value of attribute instance_group_name.
11955 11956 11957 |
# File 'sig/types.rbs', line 11955 def instance_group_name @instance_group_name end |