class AWS::Redshift


:secret_access_key => ‘YOUR_SECRET_ACCESS_KEY’)
:access_key_id => ‘YOUR_ACCESS_KEY_ID’,
redshift = AWS::Redshift.new(
Or you can set them directly on the AWS::Redshift 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
* [Amazon Redshift Documentation](aws.amazon.com/documentation/redshift/)
* [Amazon Redshift](aws.amazon.com/redshift/)
For more information about Redshift:
This class is the starting point for working with Amazon Redshift.