Class: Aws::Types::UpdateAction
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAction
- 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.
-
#cache_node_update_status ⇒ ::Array[Types::CacheNodeUpdateStatus]
Returns the value of attribute cache_node_update_status.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#estimated_update_time ⇒ ::String
Returns the value of attribute estimated_update_time.
-
#node_group_update_status ⇒ ::Array[Types::NodeGroupUpdateStatus]
Returns the value of attribute node_group_update_status.
-
#nodes_updated ⇒ ::String
Returns the value of attribute nodes_updated.
-
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
-
#service_update_recommended_apply_by_date ⇒ ::Time
Returns the value of attribute service_update_recommended_apply_by_date.
-
#service_update_release_date ⇒ ::Time
Returns the value of attribute service_update_release_date.
-
#service_update_severity ⇒ "critical", ...
Returns the value of attribute service_update_severity.
-
#service_update_status ⇒ "available", ...
Returns the value of attribute service_update_status.
-
#service_update_type ⇒ "security-update"
Returns the value of attribute service_update_type.
-
#sla_met ⇒ "yes", ...
Returns the value of attribute sla_met.
-
#update_action_available_date ⇒ ::Time
Returns the value of attribute update_action_available_date.
-
#update_action_status ⇒ "not-applied", ...
Returns the value of attribute update_action_status.
-
#update_action_status_modified_date ⇒ ::Time
Returns the value of attribute update_action_status_modified_date.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def cache_cluster_id @cache_cluster_id end |
#cache_node_update_status ⇒ ::Array[Types::CacheNodeUpdateStatus]
Returns the value of attribute cache_node_update_status.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def cache_node_update_status @cache_node_update_status end |
#engine ⇒ ::String
Returns the value of attribute engine.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def engine @engine end |
#estimated_update_time ⇒ ::String
Returns the value of attribute estimated_update_time.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def estimated_update_time @estimated_update_time end |
#node_group_update_status ⇒ ::Array[Types::NodeGroupUpdateStatus]
Returns the value of attribute node_group_update_status.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def node_group_update_status @node_group_update_status end |
#nodes_updated ⇒ ::String
Returns the value of attribute nodes_updated.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def nodes_updated @nodes_updated end |
#replication_group_id ⇒ ::String
Returns the value of attribute replication_group_id.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def replication_group_id @replication_group_id end |
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def service_update_name @service_update_name end |
#service_update_recommended_apply_by_date ⇒ ::Time
Returns the value of attribute service_update_recommended_apply_by_date.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def service_update_recommended_apply_by_date @service_update_recommended_apply_by_date end |
#service_update_release_date ⇒ ::Time
Returns the value of attribute service_update_release_date.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def service_update_release_date @service_update_release_date end |
#service_update_severity ⇒ "critical", ...
Returns the value of attribute service_update_severity.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def service_update_severity @service_update_severity end |
#service_update_status ⇒ "available", ...
Returns the value of attribute service_update_status.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def service_update_status @service_update_status end |
#service_update_type ⇒ "security-update"
Returns the value of attribute service_update_type.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def service_update_type @service_update_type end |
#sla_met ⇒ "yes", ...
Returns the value of attribute sla_met.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def sla_met @sla_met end |
#update_action_available_date ⇒ ::Time
Returns the value of attribute update_action_available_date.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def update_action_available_date @update_action_available_date end |
#update_action_status ⇒ "not-applied", ...
Returns the value of attribute update_action_status.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def update_action_status @update_action_status end |
#update_action_status_modified_date ⇒ ::Time
Returns the value of attribute update_action_status_modified_date.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def update_action_status_modified_date @update_action_status_modified_date end |