Class: Aws::Types::BatchUpdateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_names ⇒ ::Array[::String]
Returns the value of attribute cluster_names.
-
#service_update ⇒ Types::ServiceUpdateRequest
Returns the value of attribute service_update.
Instance Attribute Details
#cluster_names ⇒ ::Array[::String]
Returns the value of attribute cluster_names.
63 64 65 |
# File 'sig/types.rbs', line 63 def cluster_names @cluster_names end |
#service_update ⇒ Types::ServiceUpdateRequest
Returns the value of attribute service_update.
64 65 66 |
# File 'sig/types.rbs', line 64 def service_update @service_update end |