UpdateNodeInput
public struct UpdateNodeInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Configuration properties for publishing to Amazon CloudWatch Logs.
Declaration
Swift
public let logPublishingConfiguration: NodeLogPublishingConfiguration?
-
The unique ID of the member that owns the node.
Declaration
Swift
public let memberId: String
-
The unique ID of the Managed Blockchain network to which the node belongs.
Declaration
Swift
public let networkId: String
-
The unique ID of the node.
Declaration
Swift
public let nodeId: String
-
Undocumented
Declaration
Swift
public init(logPublishingConfiguration: NodeLogPublishingConfiguration? = nil, memberId: String, networkId: String, nodeId: String)
-
Declaration
Swift
public func validate(name: String) throws