Class: Aws::Types::UpdateClusterSoftwareRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterSoftwareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#deployment_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_config.
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#instance_groups ⇒ ::Array[Types::UpdateClusterSoftwareInstanceGroupSpecification]
Returns the value of attribute instance_groups.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
11961 11962 11963 |
# File 'sig/types.rbs', line 11961 def cluster_name @cluster_name end |
#deployment_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_config.
11963 11964 11965 |
# File 'sig/types.rbs', line 11963 def deployment_config @deployment_config end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
11964 11965 11966 |
# File 'sig/types.rbs', line 11964 def image_id @image_id end |
#instance_groups ⇒ ::Array[Types::UpdateClusterSoftwareInstanceGroupSpecification]
Returns the value of attribute instance_groups.
11962 11963 11964 |
# File 'sig/types.rbs', line 11962 def instance_groups @instance_groups end |