NodeInfo
public struct NodeInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The start time.
Declaration
Swift
public let addedToClusterTime: String? -
The broker node info.
Declaration
Swift
public let brokerNodeInfo: BrokerNodeInfo? -
The instance type.
Declaration
Swift
public let instanceType: String? -
The Amazon Resource Name (ARN) of the node.
Declaration
Swift
public let nodeARN: String? -
The node type.
Declaration
Swift
public let nodeType: NodeType? -
The ZookeeperNodeInfo.
Declaration
Swift
public let zookeeperNodeInfo: ZookeeperNodeInfo? -
Undocumented
Declaration
Swift
public init(addedToClusterTime: String? = nil, brokerNodeInfo: BrokerNodeInfo? = nil, instanceType: String? = nil, nodeARN: String? = nil, nodeType: NodeType? = nil, zookeeperNodeInfo: ZookeeperNodeInfo? = nil)
View on GitHub
NodeInfo Structure Reference