NodeSummary
public struct NodeSummary : 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? -
The unique identifier of the node.
Declaration
Swift
public let id: String? -
The EC2 instance type for the node.
Declaration
Swift
public let instanceType: String? -
The status of the node.
Declaration
Swift
public let status: NodeStatus? -
Undocumented
Declaration
Swift
public init(availabilityZone: String? = nil, creationDate: TimeStamp? = nil, id: String? = nil, instanceType: String? = nil, status: NodeStatus? = nil)
View on GitHub
NodeSummary Structure Reference