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.
11969 11970 11971 |
# File 'sig/types.rbs', line 11969 def cluster_name @cluster_name end |
#deployment_config ⇒ Types::DeploymentConfiguration
Returns the value of attribute deployment_config.
11971 11972 11973 |
# File 'sig/types.rbs', line 11971 def deployment_config @deployment_config end |
#image_id ⇒ ::String
Returns the value of attribute image_id.
11972 11973 11974 |
# File 'sig/types.rbs', line 11972 def image_id @image_id end |
#instance_groups ⇒ ::Array[Types::UpdateClusterSoftwareInstanceGroupSpecification]
Returns the value of attribute instance_groups.
11970 11971 11972 |
# File 'sig/types.rbs', line 11970 def instance_groups @instance_groups end |