You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECS::Types::DescribeTaskDefinitionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeTaskDefinitionRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#includeArray<String>

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.

Returns:

  • (Array<String>)

    Specifies whether to see the resource tags for the task definition.

#task_definitionString

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.

Returns:

  • (String)

    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.