Method: Aws::ECS::Types::UpdateTaskProtectionRequest#tasks
- Defined in:
- lib/aws-sdk-ecs/types.rb
#tasks ⇒ Array<String>
A list of up to 10 task IDs or full ARN entries.
16486 16487 16488 16489 16490 16491 16492 16493 |
# File 'lib/aws-sdk-ecs/types.rb', line 16486 class UpdateTaskProtectionRequest < Struct.new( :cluster, :tasks, :protection_enabled, :expires_in_minutes) SENSITIVE = [] include Aws::Structure end |