Class: Aws::ECS::Types::DeregisterTaskDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeregisterTaskDefinitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_definition ⇒ Types::TaskDefinition
The full description of the deregistered task.
Instance Attribute Details
#task_definition ⇒ Types::TaskDefinition
The full description of the deregistered task.
3982 3983 3984 3985 3986 |
# File 'lib/aws-sdk-ecs/types.rb', line 3982 class DeregisterTaskDefinitionResponse < Struct.new( :task_definition) SENSITIVE = [] include Aws::Structure end |