Class AWS::ElastiCache
In: lib/aws/elasticache.rb
lib/aws/elasticache/errors.rb
lib/aws/elasticache/request.rb
lib/aws/elasticache/client.rb
Parent: Object

Provides an expressive, object-oriented interface to Amazon ElastiCache.

## 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 ElastiCache interface:

    ec = AWS::ElastiCache.new(
      :access_key_id => 'YOUR_ACCESS_KEY_ID',
      :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')

@!attribute [r] client

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

Included Modules

Core::ServiceInterface

Classes and Modules

Module AWS::ElastiCache::Errors
Class AWS::ElastiCache::Client
Class AWS::ElastiCache::Request

[Validate]