Class: Aws::ECS::Types::DeleteTaskDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::DeleteTaskDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failures ⇒ Array<Types::Failure>
Any failures associated with the call.
-
#task_definitions ⇒ Array<Types::TaskDefinition>
The list of deleted task definitions.
Instance Attribute Details
#failures ⇒ Array<Types::Failure>
Any failures associated with the call.
5356 5357 5358 5359 5360 5361 |
# File 'lib/aws-sdk-ecs/types.rb', line 5356 class DeleteTaskDefinitionsResponse < Struct.new( :task_definitions, :failures) SENSITIVE = [] include Aws::Structure end |
#task_definitions ⇒ Array<Types::TaskDefinition>
The list of deleted task definitions.
5356 5357 5358 5359 5360 5361 |
# File 'lib/aws-sdk-ecs/types.rb', line 5356 class DeleteTaskDefinitionsResponse < Struct.new( :task_definitions, :failures) SENSITIVE = [] include Aws::Structure end |