Class: Aws::Types::NodeSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::NodeSnapshot
- 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_create_time ⇒ ::Time
Returns the value of attribute cache_node_create_time.
-
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
-
#cache_size ⇒ ::String
Returns the value of attribute cache_size.
-
#node_group_configuration ⇒ Types::NodeGroupConfiguration
Returns the value of attribute node_group_configuration.
-
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
-
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
Instance Attribute Details
#cache_cluster_id ⇒ ::String
Returns the value of attribute cache_cluster_id.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def cache_cluster_id @cache_cluster_id end |
#cache_node_create_time ⇒ ::Time
Returns the value of attribute cache_node_create_time.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def cache_node_create_time @cache_node_create_time end |
#cache_node_id ⇒ ::String
Returns the value of attribute cache_node_id.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def cache_node_id @cache_node_id end |
#cache_size ⇒ ::String
Returns the value of attribute cache_size.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def cache_size @cache_size end |
#node_group_configuration ⇒ Types::NodeGroupConfiguration
Returns the value of attribute node_group_configuration.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def node_group_configuration @node_group_configuration end |
#node_group_id ⇒ ::String
Returns the value of attribute node_group_id.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def node_group_id @node_group_id end |
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def snapshot_create_time @snapshot_create_time end |