Method: Aws::ECS::Types::ExecuteCommandRequest#command

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

#commandString

The command to run on the container.

Returns:

  • (String)


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