ClusterStatus
public struct ClusterStatus : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The current state of the cluster.
Declaration
Swift
public let state: ClusterState? -
The reason for the cluster status change.
Declaration
Swift
public let stateChangeReason: ClusterStateChangeReason? -
A timeline that represents the status of a cluster over the lifetime of the cluster.
Declaration
Swift
public let timeline: ClusterTimeline? -
Undocumented
Declaration
Swift
public init(state: ClusterState? = nil, stateChangeReason: ClusterStateChangeReason? = nil, timeline: ClusterTimeline? = nil)
View on GitHub
ClusterStatus Structure Reference