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

#task_definitionTypes::TaskDefinition

The full task definition description.



2131
2132
2133
2134
# File 'lib/aws-sdk-ecs/types.rb', line 2131

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