RebootCacheClusterMessage
public struct RebootCacheClusterMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cluster identifier. This parameter is stored as a lowercase string.
Declaration
Swift
public let cacheClusterId: String
-
A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.
Declaration
Swift
public let cacheNodeIdsToReboot: [String]
-
Undocumented
Declaration
Swift
public init(cacheClusterId: String, cacheNodeIdsToReboot: [String])