ClusterSummary
public struct ClusterSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name of the cluster.
Declaration
Swift
public let clusterArn: String?
-
The unique identifier for the cluster.
Declaration
Swift
public let id: String?
-
The name of the cluster.
Declaration
Swift
public let name: String?
-
An approximation of the cost of the cluster, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.
Declaration
Swift
public let normalizedInstanceHours: Int?
-
The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.
Declaration
Swift
public let outpostArn: String?
-
The details about the current status of the cluster.
Declaration
Swift
public let status: ClusterStatus?
-
Undocumented
Declaration
Swift
public init(clusterArn: String? = nil, id: String? = nil, name: String? = nil, normalizedInstanceHours: Int? = nil, outpostArn: String? = nil, status: ClusterStatus? = nil)