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.
3448 3449 3450 3451 3452 3453 |
# File 'lib/aws-sdk-ecs/types.rb', line 3448 class DeleteTaskDefinitionsResponse < Struct.new( :task_definitions, :failures) SENSITIVE = [] include Aws::Structure end |
#task_definitions ⇒ Array<Types::TaskDefinition>
The list of deleted task definitions.
3448 3449 3450 3451 3452 3453 |
# File 'lib/aws-sdk-ecs/types.rb', line 3448 class DeleteTaskDefinitionsResponse < Struct.new( :task_definitions, :failures) SENSITIVE = [] include Aws::Structure end |