Method: Aws::ECS::Types::DescribeTasksResponse#tasks
- Defined in:
- lib/aws-sdk-ecs/types.rb
#tasks ⇒ Array<Types::Task>
The list of tasks.
5335 5336 5337 5338 5339 5340 |
# File 'lib/aws-sdk-ecs/types.rb', line 5335 class DescribeTasksResponse < Struct.new( :tasks, :failures) SENSITIVE = [] include Aws::Structure end |