DeleteTaskSetRequest

public struct DeleteTaskSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in to delete.

    Declaration

    Swift

    public let cluster: String
  • If true, this allows you to delete a task set even if it hasn’t been scaled down to zero.

    Declaration

    Swift

    public let force: Bool?
  • The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.

    Declaration

    Swift

    public let service: String
  • The task set ID or full Amazon Resource Name (ARN) of the task set to delete.

    Declaration

    Swift

    public let taskSet: String
  • Undocumented

    Declaration

    Swift

    public init(cluster: String, force: Bool? = nil, service: String, taskSet: String)