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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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.



4127
4128
4129
4130
4131
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4127

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