class Aws::ECS::Types::DescribeTaskDefinitionRequest

@note When making an API call, you may pass DescribeTaskDefinitionRequest

data as a hash:

    {
      task_definition: "String", # required
      include: ["TAGS"], # accepts TAGS
    }

@!attribute [rw] task_definition

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.
@return [String]

@!attribute [rw] include

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/ecs-2014-11-13/DescribeTaskDefinitionRequest AWS API Documentation

Constants

SENSITIVE