DescribeTaskSetsRequest

public struct DescribeTaskSetsRequest : 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 sets exist in.

    Declaration

    Swift

    public let cluster: String
  • Specifies whether to see the resource tags for the task set. If TAGS is specified, the tags are included in the response. If this field is omitted, tags are not included in the response.

    Declaration

    Swift

    public let include: [TaskSetField]?
  • The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.

    Declaration

    Swift

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

    Declaration

    Swift

    public let taskSets: [String]?
  • Undocumented

    Declaration

    Swift

    public init(cluster: String, include: [TaskSetField]? = nil, service: String, taskSets: [String]? = nil)