RebootNodeRequest
public struct RebootNodeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the DAX cluster containing the node to be rebooted.
Declaration
Swift
public let clusterName: String -
The system-assigned ID of the node to be rebooted.
Declaration
Swift
public let nodeId: String -
Undocumented
Declaration
Swift
public init(clusterName: String, nodeId: String)
View on GitHub
RebootNodeRequest Structure Reference