Class: Fog::AWS::EMR::Mock
- Inherits:
-
Object
- Object
- Fog::AWS::EMR::Mock
- Defined in:
- lib/fog/aws/emr.rb,
lib/fog/aws/requests/emr/run_job_flow.rb,
lib/fog/aws/requests/emr/add_job_flow_steps.rb,
lib/fog/aws/requests/emr/describe_job_flows.rb,
lib/fog/aws/requests/emr/add_instance_groups.rb,
lib/fog/aws/requests/emr/terminate_job_flows.rb,
lib/fog/aws/requests/emr/modify_instance_groups.rb,
lib/fog/aws/requests/emr/set_termination_protection.rb
Overview
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
Instance Method Summary collapse
- #add_instance_groups(job_flow_id, options = {}) ⇒ Object
- #add_job_flow_steps(db_name, options = {}) ⇒ Object
- #describe_job_flows(db_name, options = {}) ⇒ Object
-
#initialize(options = {}) ⇒ Mock
constructor
A new instance of Mock.
- #modify_instance_groups(options = {}) ⇒ Object
- #run_job_flow(db_name, options = {}) ⇒ Object
- #set_termination_protection(db_name, options = {}) ⇒ Object
- #terminate_job_flows(db_name, options = {}) ⇒ Object
Constructor Details
Instance Method Details
#add_instance_groups(job_flow_id, options = {}) ⇒ Object
36 37 38 |
# File 'lib/fog/aws/requests/emr/add_instance_groups.rb', line 36 def add_instance_groups(job_flow_id, ={}) Fog::Mock.not_implemented end |
#add_job_flow_steps(db_name, options = {}) ⇒ Object
39 40 41 |
# File 'lib/fog/aws/requests/emr/add_job_flow_steps.rb', line 39 def add_job_flow_steps(db_name, ={}) Fog::Mock.not_implemented end |
#describe_job_flows(db_name, options = {}) ⇒ Object
98 99 100 |
# File 'lib/fog/aws/requests/emr/describe_job_flows.rb', line 98 def describe_job_flows(db_name, ={}) Fog::Mock.not_implemented end |
#modify_instance_groups(options = {}) ⇒ Object
30 31 32 |
# File 'lib/fog/aws/requests/emr/modify_instance_groups.rb', line 30 def modify_instance_groups(={}) Fog::Mock.not_implemented end |
#run_job_flow(db_name, options = {}) ⇒ Object
98 99 100 |
# File 'lib/fog/aws/requests/emr/run_job_flow.rb', line 98 def run_job_flow(db_name, ={}) Fog::Mock.not_implemented end |
#set_termination_protection(db_name, options = {}) ⇒ Object
29 30 31 |
# File 'lib/fog/aws/requests/emr/set_termination_protection.rb', line 29 def set_termination_protection(db_name, ={}) Fog::Mock.not_implemented end |
#terminate_job_flows(db_name, options = {}) ⇒ Object
27 28 29 |
# File 'lib/fog/aws/requests/emr/terminate_job_flows.rb', line 27 def terminate_job_flows(db_name, ={}) Fog::Mock.not_implemented end |