Class: Aws::Types::BatchApplyUpdateActionMessage
- Inherits:
-
Object
- Object
- Aws::Types::BatchApplyUpdateActionMessage
- 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.
63 64 65 |
# File 'sig/types.rbs', line 63 def cache_cluster_ids @cache_cluster_ids end |
#replication_group_ids ⇒ ::Array[::String]
Returns the value of attribute replication_group_ids.
62 63 64 |
# File 'sig/types.rbs', line 62 def replication_group_ids @replication_group_ids end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
64 65 66 |
# File 'sig/types.rbs', line 64 def service_update_name @service_update_name end |