Class: Aws::ECS::Types::UpdateTaskSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#clusterString

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.

Returns:

  • (String)


12544
12545
12546
12547
12548
12549
12550
12551
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12544

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

#scaleTypes::Scale

A floating-point percentage of the desired number of tasks to place and keep running in the task set.

Returns:



12544
12545
12546
12547
12548
12549
12550
12551
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12544

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

#serviceString

The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.

Returns:

  • (String)


12544
12545
12546
12547
12548
12549
12550
12551
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12544

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

#task_setString

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

Returns:

  • (String)


12544
12545
12546
12547
12548
12549
12550
12551
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 12544

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