Method: Aws::EMR::Types::Command#name
- Defined in:
- lib/aws-sdk-emr/types.rb
#name ⇒ String
The name of the command.
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 |