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

Class: Aws::ECS::Types::UpdateContainerAgentRequest

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

Overview

Note:

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

{
  cluster: "String",
  container_instance: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#clusterString

The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.

Returns:

  • (String)

    The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.

#container_instanceString

The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.

Returns:

  • (String)

    The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.