class Fog::AWS::EMR::Mock
model_path 'fog/aws/models/rds' model :server collection :servers model :snapshot collection :snapshots model :parameter_group collection :parameter_groups
model :parameter collection :parameters
model :security_group collection :security_groups
Public Class Methods
new(options={})
click to toggle source
# File lib/fog/aws/emr.rb, line 36 def initialize(options={}) Fog::Mock.not_implemented end
Public Instance Methods
add_instance_groups(job_flow_id, options={})
click to toggle source
# File lib/fog/aws/requests/emr/add_instance_groups.rb, line 36 def add_instance_groups(job_flow_id, options={}) Fog::Mock.not_implemented end
add_job_flow_steps(db_name, options={})
click to toggle source
# File lib/fog/aws/requests/emr/add_job_flow_steps.rb, line 39 def add_job_flow_steps(db_name, options={}) Fog::Mock.not_implemented end
describe_job_flows(db_name, options={})
click to toggle source
# File lib/fog/aws/requests/emr/describe_job_flows.rb, line 98 def describe_job_flows(db_name, options={}) Fog::Mock.not_implemented end
modify_instance_groups(options={})
click to toggle source
# File lib/fog/aws/requests/emr/modify_instance_groups.rb, line 30 def modify_instance_groups(options={}) Fog::Mock.not_implemented end
run_job_flow(db_name, options={})
click to toggle source
# File lib/fog/aws/requests/emr/run_job_flow.rb, line 98 def run_job_flow(db_name, options={}) Fog::Mock.not_implemented end
set_termination_protection(db_name, options={})
click to toggle source
# File lib/fog/aws/requests/emr/set_termination_protection.rb, line 29 def set_termination_protection(db_name, options={}) Fog::Mock.not_implemented end
terminate_job_flows(db_name, options={})
click to toggle source
# File lib/fog/aws/requests/emr/terminate_job_flows.rb, line 27 def terminate_job_flows(db_name, options={}) Fog::Mock.not_implemented end