Node
public struct Node : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Availability Zone in which the node exists.
Declaration
Swift
public let availabilityZone: String?
-
The date and time that the node was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
Attributes of the blockchain framework being used.
Declaration
Swift
public let frameworkAttributes: NodeFrameworkAttributes?
-
The unique identifier of the node.
Declaration
Swift
public let id: String?
-
The instance type of the node.
Declaration
Swift
public let instanceType: String?
-
Undocumented
Declaration
Swift
public let logPublishingConfiguration: NodeLogPublishingConfiguration?
-
The unique identifier of the member to which the node belongs.
Declaration
Swift
public let memberId: String?
-
The unique identifier of the network that the node is in.
Declaration
Swift
public let networkId: String?
-
The status of the node.
Declaration
Swift
public let status: NodeStatus?
-
init(availabilityZone:creationDate:frameworkAttributes:id:instanceType:logPublishingConfiguration:memberId:networkId:status:)
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, creationDate: TimeStamp? = nil, frameworkAttributes: NodeFrameworkAttributes? = nil, id: String? = nil, instanceType: String? = nil, logPublishingConfiguration: NodeLogPublishingConfiguration? = nil, memberId: String? = nil, networkId: String? = nil, status: NodeStatus? = nil)