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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_definitionTypes::TaskDefinition

The full description of the deregistered task.



4130
4131
4132
4133
4134
# File 'lib/aws-sdk-ecs/types.rb', line 4130

class DeregisterTaskDefinitionResponse < Struct.new(
  :task_definition)
  SENSITIVE = []
  include Aws::Structure
end