Class: Aws::Types::UnprocessedUpdateAction
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedUpdateAction
- 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.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def cache_cluster_id @cache_cluster_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def @error_message end |
#error_type ⇒ ::String
Returns the value of attribute error_type.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def error_type @error_type end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def replication_group_id @replication_group_id end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def service_update_name @service_update_name end |