Class: Aws::Types::BatchStopUpdateActionMessage
- Inherits:
-
Object
- Object
- Aws::Types::BatchStopUpdateActionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute cache_cluster_ids.
-
#replication_group_ids ⇒ ::Array[::String]
Returns the value of attribute replication_group_ids.
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
Instance Attribute Details
#cache_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute cache_cluster_ids.
70 71 72 |
# File 'sig/types.rbs', line 70 def cache_cluster_ids @cache_cluster_ids end |
#replication_group_ids ⇒ ::Array[::String]
Returns the value of attribute replication_group_ids.
69 70 71 |
# File 'sig/types.rbs', line 69 def replication_group_ids @replication_group_ids end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
71 72 73 |
# File 'sig/types.rbs', line 71 def service_update_name @service_update_name end |