You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateServicePrimaryTaskSetRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  cluster: "String", # required
  service: "String", # required
  primary_task_set: "String", # required
}

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)

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

#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)

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

#serviceString

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

Returns:

  • (String)

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