class AWS::ElastiCache

@return [Client] the low-level ElastiCache client object
@!attribute [r] client
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
ec = AWS::ElastiCache.new(
Or you can set them directly on the ElastiCache interface:
:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
AWS.config(
AWS.config:
You can setup default credentials for all AWS services via
## Credentials
Provides an expressive, object-oriented interface to Amazon ElastiCache.