Method: Aws::ECS::Types::UpdateTaskSetRequest#task_set

Defined in:
lib/aws-sdk-ecs/types.rb

#task_setString

The short name or full Amazon Resource Name (ARN) of the task set to update.

Returns:

  • (String)


10010
10011
10012
10013
10014
10015
10016
# File 'lib/aws-sdk-ecs/types.rb', line 10010

class UpdateTaskSetRequest < Struct.new(
  :cluster,
  :service,
  :task_set,
  :scale)
  include Aws::Structure
end