Class: Aws::ElastiCache::Types::NodeSnapshot
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::NodeSnapshot
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Represents an individual cache node in a snapshot of a cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_cluster_id ⇒ String
A unique identifier for the source cluster.
-
#cache_node_create_time ⇒ Time
The date and time when the cache node was created in the source cluster.
-
#cache_node_id ⇒ String
The cache node identifier for the node in the source cluster.
-
#cache_size ⇒ String
The size of the cache on the source cache node.
-
#node_group_configuration ⇒ Types::NodeGroupConfiguration
The configuration for the source node group (shard).
-
#node_group_id ⇒ String
A unique identifier for the source node group (shard).
-
#snapshot_create_time ⇒ Time
The date and time when the source node’s metadata and cache data set was obtained for the snapshot.
Instance Attribute Details
#cache_cluster_id ⇒ String
A unique identifier for the source cluster.
7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7149 class NodeSnapshot < Struct.new( :cache_cluster_id, :node_group_id, :cache_node_id, :node_group_configuration, :cache_size, :cache_node_create_time, :snapshot_create_time) SENSITIVE = [] include Aws::Structure end |
#cache_node_create_time ⇒ Time
The date and time when the cache node was created in the source cluster.
7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7149 class NodeSnapshot < Struct.new( :cache_cluster_id, :node_group_id, :cache_node_id, :node_group_configuration, :cache_size, :cache_node_create_time, :snapshot_create_time) SENSITIVE = [] include Aws::Structure end |
#cache_node_id ⇒ String
The cache node identifier for the node in the source cluster.
7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7149 class NodeSnapshot < Struct.new( :cache_cluster_id, :node_group_id, :cache_node_id, :node_group_configuration, :cache_size, :cache_node_create_time, :snapshot_create_time) SENSITIVE = [] include Aws::Structure end |
#cache_size ⇒ String
The size of the cache on the source cache node.
7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7149 class NodeSnapshot < Struct.new( :cache_cluster_id, :node_group_id, :cache_node_id, :node_group_configuration, :cache_size, :cache_node_create_time, :snapshot_create_time) SENSITIVE = [] include Aws::Structure end |
#node_group_configuration ⇒ Types::NodeGroupConfiguration
The configuration for the source node group (shard).
7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7149 class NodeSnapshot < Struct.new( :cache_cluster_id, :node_group_id, :cache_node_id, :node_group_configuration, :cache_size, :cache_node_create_time, :snapshot_create_time) SENSITIVE = [] include Aws::Structure end |
#node_group_id ⇒ String
A unique identifier for the source node group (shard).
7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7149 class NodeSnapshot < Struct.new( :cache_cluster_id, :node_group_id, :cache_node_id, :node_group_configuration, :cache_size, :cache_node_create_time, :snapshot_create_time) SENSITIVE = [] include Aws::Structure end |
#snapshot_create_time ⇒ Time
The date and time when the source node’s metadata and cache data set was obtained for the snapshot.
7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7149 class NodeSnapshot < Struct.new( :cache_cluster_id, :node_group_id, :cache_node_id, :node_group_configuration, :cache_size, :cache_node_create_time, :snapshot_create_time) SENSITIVE = [] include Aws::Structure end |