Method: Aws::ECS::Types::ExecuteCommandRequest#command
- Defined in:
- lib/aws-sdk-ecs/types.rb
#command ⇒ String
The command to run on the container.
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 |