GetNodeInput
public struct GetNodeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique identifier of the member that owns the node.
Declaration
Swift
public let memberId: String
-
The unique identifier of the network to which the node belongs.
Declaration
Swift
public let networkId: String
-
The unique identifier of the node.
Declaration
Swift
public let nodeId: String
-
Undocumented
Declaration
Swift
public init(memberId: String, networkId: String, nodeId: String)
-
Declaration
Swift
public func validate(name: String) throws