Method: Aws::ECS::Types::ExecuteCommandRequest#container

Defined in:
lib/aws-sdk-ecs/types.rb

#containerString

The name of the container to execute the command on. A container name only needs to be specified for tasks containing multiple containers.

Returns:



5919
5920
5921
5922
5923
5924
5925
5926
5927
# File 'lib/aws-sdk-ecs/types.rb', line 5919

class ExecuteCommandRequest < Struct.new(
  :cluster,
  :container,
  :command,
  :interactive,
  :task)
  SENSITIVE = []
  include Aws::Structure
end