Class: Aws::ECS::Types::StartTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::StartTaskResponse
- 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.
-
#tasks ⇒ Array<Types::Task>
A full description of the tasks that were started.
Instance Attribute Details
#failures ⇒ Array<Types::Failure>
Any failures associated with the call.
10946 10947 10948 10949 10950 10951 |
# File 'lib/aws-sdk-ecs/types.rb', line 10946 class StartTaskResponse < Struct.new( :tasks, :failures) SENSITIVE = [] include Aws::Structure end |
#tasks ⇒ Array<Types::Task>
A full description of the tasks that were started. Each task that was successfully placed on your container instances is described.
10946 10947 10948 10949 10950 10951 |
# File 'lib/aws-sdk-ecs/types.rb', line 10946 class StartTaskResponse < Struct.new( :tasks, :failures) SENSITIVE = [] include Aws::Structure end |