DeleteClusterRequest

public struct DeleteClusterRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The identifier (ID) of the cluster that you are deleting. To find the cluster ID, use DescribeClusters.

    Declaration

    Swift

    public let clusterId: String
  • Undocumented

    Declaration

    Swift

    public init(clusterId: String)
  • Declaration

    Swift

    public func validate(name: String) throws