Class: Aws::ECS::Types::DeregisterTaskDefinitionResponse

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 description of the deregistered task.



2378
2379
2380
2381
# File 'lib/aws-sdk-ecs/types.rb', line 2378

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