Class: Aws::Types::ProcessedUpdateAction
- Inherits:
-
Object
- Object
- Aws::Types::ProcessedUpdateAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
-
#update_action_status ⇒ "not-applied", ...
Returns the value of attribute update_action_status.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def cache_cluster_id @cache_cluster_id end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def replication_group_id @replication_group_id end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def service_update_name @service_update_name end |
#update_action_status ⇒ "not-applied", ...
Returns the value of attribute update_action_status.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def update_action_status @update_action_status end |