Class: Aws::Types::CacheNodeUpdateStatus
- Inherits:
-
Object
- Object
- Aws::Types::CacheNodeUpdateStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
-
#node_deletion_date ⇒ ::Time
Returns the value of attribute node_deletion_date.
-
#node_update_end_date ⇒ ::Time
Returns the value of attribute node_update_end_date.
-
#node_update_initiated_by ⇒ "system", "customer"
Returns the value of attribute node_update_initiated_by.
-
#node_update_initiated_date ⇒ ::Time
Returns the value of attribute node_update_initiated_date.
-
#node_update_start_date ⇒ ::Time
Returns the value of attribute node_update_start_date.
-
#node_update_status ⇒ "not-applied", ...
Returns the value of attribute node_update_status.
-
#node_update_status_modified_date ⇒ ::Time
Returns the value of attribute node_update_status_modified_date.
Instance Attribute Details
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def cache_node_id @cache_node_id end |
#node_deletion_date ⇒ ::Time
Returns the value of attribute node_deletion_date.
173 174 175 |
# File 'sig/types.rbs', line 173 def node_deletion_date @node_deletion_date end |
#node_update_end_date ⇒ ::Time
Returns the value of attribute node_update_end_date.
175 176 177 |
# File 'sig/types.rbs', line 175 def node_update_end_date @node_update_end_date end |
#node_update_initiated_by ⇒ "system", "customer"
Returns the value of attribute node_update_initiated_by.
176 177 178 |
# File 'sig/types.rbs', line 176 def node_update_initiated_by @node_update_initiated_by end |
#node_update_initiated_date ⇒ ::Time
Returns the value of attribute node_update_initiated_date.
177 178 179 |
# File 'sig/types.rbs', line 177 def node_update_initiated_date @node_update_initiated_date end |
#node_update_start_date ⇒ ::Time
Returns the value of attribute node_update_start_date.
174 175 176 |
# File 'sig/types.rbs', line 174 def node_update_start_date @node_update_start_date end |
#node_update_status ⇒ "not-applied", ...
Returns the value of attribute node_update_status.
172 173 174 |
# File 'sig/types.rbs', line 172 def node_update_status @node_update_status end |
#node_update_status_modified_date ⇒ ::Time
Returns the value of attribute node_update_status_modified_date.
178 179 180 |
# File 'sig/types.rbs', line 178 def node_update_status_modified_date @node_update_status_modified_date end |