You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents an individual cache node in a snapshot of a cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_idString

A unique identifier for the source cluster.

Returns:

  • (String)

    A unique identifier for the source cluster.

#cache_node_create_timeTime

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

Returns:

  • (Time)

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

#cache_node_idString

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

Returns:

  • (String)

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

#cache_sizeString

The size of the cache on the source cache node.

Returns:

  • (String)

    The size of the cache on the source cache node.

#node_group_configurationTypes::NodeGroupConfiguration

The configuration for the source node group (shard).

Returns:

#node_group_idString

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

Returns:

  • (String)

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

#snapshot_create_timeTime

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

Returns:

  • (Time)

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