Method: AwsCli::CLI::Emr#create

Defined in:
lib/awscli/cli/emr.rb

#createObject



114
115
116
117
118
119
120
121
# File 'lib/awscli/cli/emr.rb', line 114

def create
  unless options[:name]
    puts 'These options are required --name'
    exit
  end
  create_emr_object
  @emr.create_job_flow options
end