Class: Aws::Types::DescribeUpdateActionsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeUpdateActionsMessage
- 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.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#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.
-
#service_update_status ⇒ ::Array[("available" | "cancelled" | "expired")]
Returns the value of attribute service_update_status.
-
#service_update_time_range ⇒ Types::TimeRangeFilter
Returns the value of attribute service_update_time_range.
-
#show_node_level_update_status ⇒ Boolean
Returns the value of attribute show_node_level_update_status.
-
#update_action_status ⇒ ::Array[("not-applied" | "waiting-to-start" | "in-progress" | "stopping" | "stopped" | "complete" | "scheduling" | "scheduled" | "not-applicable")]
Returns the value of attribute update_action_status.
Instance Attribute Details
#cache_cluster_ids ⇒ ::Array[::String]
Returns the value of attribute cache_cluster_ids.
862 863 864 |
# File 'sig/types.rbs', line 862 def cache_cluster_ids @cache_cluster_ids end |
#engine ⇒ ::String
Returns the value of attribute engine.
863 864 865 |
# File 'sig/types.rbs', line 863 def engine @engine end |
#marker ⇒ ::String
Returns the value of attribute marker.
869 870 871 |
# File 'sig/types.rbs', line 869 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
868 869 870 |
# File 'sig/types.rbs', line 868 def max_records @max_records end |
#replication_group_ids ⇒ ::Array[::String]
Returns the value of attribute replication_group_ids.
861 862 863 |
# File 'sig/types.rbs', line 861 def replication_group_ids @replication_group_ids end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
860 861 862 |
# File 'sig/types.rbs', line 860 def service_update_name @service_update_name end |
#service_update_status ⇒ ::Array[("available" | "cancelled" | "expired")]
Returns the value of attribute service_update_status.
864 865 866 |
# File 'sig/types.rbs', line 864 def service_update_status @service_update_status end |
#service_update_time_range ⇒ Types::TimeRangeFilter
Returns the value of attribute service_update_time_range.
865 866 867 |
# File 'sig/types.rbs', line 865 def service_update_time_range @service_update_time_range end |
#show_node_level_update_status ⇒ Boolean
Returns the value of attribute show_node_level_update_status.
867 868 869 |
# File 'sig/types.rbs', line 867 def show_node_level_update_status @show_node_level_update_status end |
#update_action_status ⇒ ::Array[("not-applied" | "waiting-to-start" | "in-progress" | "stopping" | "stopped" | "complete" | "scheduling" | "scheduled" | "not-applicable")]
Returns the value of attribute update_action_status.
866 867 868 |
# File 'sig/types.rbs', line 866 def update_action_status @update_action_status end |