Method: Aws::EMR::Types::Command#args

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

#argsArray<String>

Arguments for Amazon EMR to pass to the command for execution.



1023
1024
1025
1026
1027
1028
1029
# File 'lib/aws-sdk-emr/types.rb', line 1023

class Command < Struct.new(
  :name,
  :script_path,
  :args)
  SENSITIVE = []
  include Aws::Structure
end