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

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 your container instance is running on. If you do not specify a cluster, the default cluster is assumed.

Returns:

  • (String)


12063
12064
12065
12066
12067
12068
# File 'lib/aws-sdk-ecs/types.rb', line 12063

class UpdateContainerAgentRequest < Struct.new(
  :cluster,
  :container_instance)
  SENSITIVE = []
  include Aws::Structure
end

#container_instanceString

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

Returns:

  • (String)


12063
12064
12065
12066
12067
12068
# File 'lib/aws-sdk-ecs/types.rb', line 12063

class UpdateContainerAgentRequest < Struct.new(
  :cluster,
  :container_instance)
  SENSITIVE = []
  include Aws::Structure
end