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.



4023
4024
4025
4026
4027
# File 'lib/aws-sdk-ecs/types.rb', line 4023

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