Method: Aws::ECS::Types::ExecuteCommandRequest#interactive

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

#interactiveBoolean

Use this flag to run your command in interactive mode.

Returns:

  • (Boolean)


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