Class: Aws::Types::NodeGroupMemberUpdateStatus
- Inherits:
-
Object
- Object
- Aws::Types::NodeGroupMemberUpdateStatus
- 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_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_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def cache_cluster_id @cache_cluster_id end |
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def cache_node_id @cache_node_id end |
#node_deletion_date ⇒ ::Time
Returns the value of attribute node_deletion_date.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def node_deletion_date @node_deletion_date end |
#node_update_end_date ⇒ ::Time
Returns the value of attribute node_update_end_date.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 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.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def node_update_initiated_by @node_update_initiated_by end |
#node_update_initiated_date ⇒ ::Time
Returns the value of attribute node_update_initiated_date.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def node_update_initiated_date @node_update_initiated_date end |
#node_update_start_date ⇒ ::Time
Returns the value of attribute node_update_start_date.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def node_update_start_date @node_update_start_date end |
#node_update_status ⇒ "not-applied", ...
Returns the value of attribute node_update_status.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def node_update_status @node_update_status end |
#node_update_status_modified_date ⇒ ::Time
Returns the value of attribute node_update_status_modified_date.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def node_update_status_modified_date @node_update_status_modified_date end |