Class: Aws::ECS::Types::UpdateServicePrimaryTaskSetRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 exists in.

Returns:

  • (String)


12157
12158
12159
12160
12161
12162
12163
# File 'lib/aws-sdk-ecs/types.rb', line 12157

class UpdateServicePrimaryTaskSetRequest < Struct.new(
  :cluster,
  :service,
  :primary_task_set)
  SENSITIVE = []
  include Aws::Structure
end

#primary_task_setString

The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.

Returns:

  • (String)


12157
12158
12159
12160
12161
12162
12163
# File 'lib/aws-sdk-ecs/types.rb', line 12157

class UpdateServicePrimaryTaskSetRequest < Struct.new(
  :cluster,
  :service,
  :primary_task_set)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

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

Returns:

  • (String)


12157
12158
12159
12160
12161
12162
12163
# File 'lib/aws-sdk-ecs/types.rb', line 12157

class UpdateServicePrimaryTaskSetRequest < Struct.new(
  :cluster,
  :service,
  :primary_task_set)
  SENSITIVE = []
  include Aws::Structure
end