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
#initialize(options = {}) ⇒ Mock
Returns a new instance of Mock.
39 40 41 |
# File 'lib/fog/aws/emr.rb', line 39 def initialize(={}) Fog::Mock.not_implemented end |
Instance Method Details
#add_instance_groups(job_flow_id, options = {}) ⇒ Object
39 40 41 |
# File 'lib/fog/aws/requests/emr/add_instance_groups.rb', line 39 def add_instance_groups(job_flow_id, ={}) Fog::Mock.not_implemented end |
#add_job_flow_steps(db_name, options = {}) ⇒ Object
42 43 44 |
# File 'lib/fog/aws/requests/emr/add_job_flow_steps.rb', line 42 def add_job_flow_steps(db_name, ={}) Fog::Mock.not_implemented end |
#describe_job_flows(db_name, options = {}) ⇒ Object
101 102 103 |
# File 'lib/fog/aws/requests/emr/describe_job_flows.rb', line 101 def describe_job_flows(db_name, ={}) Fog::Mock.not_implemented end |
#modify_instance_groups(options = {}) ⇒ Object
33 34 35 |
# File 'lib/fog/aws/requests/emr/modify_instance_groups.rb', line 33 def modify_instance_groups(={}) Fog::Mock.not_implemented end |
#run_job_flow(db_name, options = {}) ⇒ Object
101 102 103 |
# File 'lib/fog/aws/requests/emr/run_job_flow.rb', line 101 def run_job_flow(db_name, ={}) Fog::Mock.not_implemented end |
#set_termination_protection(db_name, options = {}) ⇒ Object
32 33 34 |
# File 'lib/fog/aws/requests/emr/set_termination_protection.rb', line 32 def set_termination_protection(db_name, ={}) Fog::Mock.not_implemented end |
#terminate_job_flows(db_name, options = {}) ⇒ Object
30 31 32 |
# File 'lib/fog/aws/requests/emr/terminate_job_flows.rb', line 30 def terminate_job_flows(db_name, ={}) Fog::Mock.not_implemented end |