DescribeTaskDefinitionRequest

public struct DescribeTaskDefinitionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether to see the resource tags for the task definition. 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: [TaskDefinitionField]?
  • The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.

    Declaration

    Swift

    public let taskDefinition: String
  • Undocumented

    Declaration

    Swift

    public init(include: [TaskDefinitionField]? = nil, taskDefinition: String)