NodeSnapshot
public struct NodeSnapshot : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A unique identifier for the source cluster.
Declaration
Swift
public let cacheClusterId: String?
-
The date and time when the cache node was created in the source cluster.
Declaration
Swift
public let cacheNodeCreateTime: TimeStamp?
-
The cache node identifier for the node in the source cluster.
Declaration
Swift
public let cacheNodeId: String?
-
The size of the cache on the source cache node.
Declaration
Swift
public let cacheSize: String?
-
The configuration for the source node group (shard).
Declaration
Swift
public let nodeGroupConfiguration: NodeGroupConfiguration?
-
A unique identifier for the source node group (shard).
Declaration
Swift
public let nodeGroupId: String?
-
The date and time when the source node’s metadata and cache data set was obtained for the snapshot.
Declaration
Swift
public let snapshotCreateTime: TimeStamp?
-
init(cacheClusterId:cacheNodeCreateTime:cacheNodeId:cacheSize:nodeGroupConfiguration:nodeGroupId:snapshotCreateTime:)
Undocumented
Declaration
Swift
public init(cacheClusterId: String? = nil, cacheNodeCreateTime: TimeStamp? = nil, cacheNodeId: String? = nil, cacheSize: String? = nil, nodeGroupConfiguration: NodeGroupConfiguration? = nil, nodeGroupId: String? = nil, snapshotCreateTime: TimeStamp? = nil)