Class: ElasticBeans::Environment::Exec

Inherits:
ElasticBeans::Environment show all
Defined in:
lib/elastic_beans/environment/exec.rb

Overview

The “exec” environment for executing one-off commands.

Constant Summary collapse

TYPE =

:category: Internal

"exec"
TIER_NAME =

:category: Internal

"Worker"
TIER_TYPE =

:category: Internal

"SQS/HTTP"

Constants inherited from ElasticBeans::Environment

DEGRADED_TIMEOUT, TEMPLATE_NAME, WAIT_TIMEOUT, WORKER_TEMPLATE_NAME_PATTERN

Instance Attribute Summary

Attributes inherited from ElasticBeans::Environment

#name

Instance Method Summary collapse

Methods inherited from ElasticBeans::Environment

#cname, #create, #deploy_version, #initialize, #instance_ids, new_by_type, new_from_existing, #restart, #scale, #status, #update_configuration

Constructor Details

This class inherits a constructor from ElasticBeans::Environment

Instance Method Details

#typeObject

Returns “exec”



13
14
15
# File 'lib/elastic_beans/environment/exec.rb', line 13

def type
  TYPE
end