Class: Aws::ECS::Types::DescribeTaskDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

The metadata that is applied to the task definition to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

Returns:



2588
2589
2590
2591
2592
# File 'lib/aws-sdk-ecs/types.rb', line 2588

class DescribeTaskDefinitionResponse < Struct.new(
  :task_definition,
  :tags)
  include Aws::Structure
end

#task_definitionTypes::TaskDefinition

The full task definition description.



2588
2589
2590
2591
2592
# File 'lib/aws-sdk-ecs/types.rb', line 2588

class DescribeTaskDefinitionResponse < Struct.new(
  :task_definition,
  :tags)
  include Aws::Structure
end