Class AWS::ElasticBeanstalk
In: lib/aws/elastic_beanstalk.rb
lib/aws/elastic_beanstalk/client.rb
lib/aws/elastic_beanstalk/errors.rb
Parent: Object

Provides an expressive, object-oriented interface to AWS Elastic Beanstalk.

## Credentials

You can setup default credentials for all AWS services via AWS.config:

    AWS.config(
      :access_key_id => 'YOUR_ACCESS_KEY_ID',
      :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')

Or you can set them directly on the ElasticBeanstalk interface:

    beanstalk = AWS::ElasticBeanstalk.new(
      :access_key_id => 'YOUR_ACCESS_KEY_ID',
      :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')

@!attribute [r] client

  @return [Client] the low-level ElasticBeanstalk client object

Included Modules

Core::ServiceInterface

Classes and Modules

Module AWS::ElasticBeanstalk::Errors
Class AWS::ElasticBeanstalk::Client

[Validate]