DeleteClusterResponse
public struct DeleteClusterResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the cluster.
Declaration
Swift
public let clusterArn: String? -
The state of the cluster. The possible states are CREATING, ACTIVE, and FAILED.
Declaration
Swift
public let state: ClusterState? -
Undocumented
Declaration
Swift
public init(clusterArn: String? = nil, state: ClusterState? = nil)
View on GitHub
DeleteClusterResponse Structure Reference