Class: Aws::ElastiCache::Types::NodeSnapshot

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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

Instance Attribute Details

#cache_cluster_idString

A unique identifier for the source cluster.

Returns:

  • (String)


7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7127

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_timeTime

The date and time when the cache node was created in the source cluster.

Returns:

  • (Time)


7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7127

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_idString

The cache node identifier for the node in the source cluster.

Returns:

  • (String)


7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7127

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_sizeString

The size of the cache on the source cache node.

Returns:

  • (String)


7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7127

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_configurationTypes::NodeGroupConfiguration

The configuration for the source node group (shard).



7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7127

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_idString

A unique identifier for the source node group (shard).

Returns:

  • (String)


7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7127

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_timeTime

The date and time when the source node's metadata and cache data set was obtained for the snapshot.

Returns:

  • (Time)


7127
7128
7129
7130
7131
7132
7133
7134
7135
7136
7137
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7127

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