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)


7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7107

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)


7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7107

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)


7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7107

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)


7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7107

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).



7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7107

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)


7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7107

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)


7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7107

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