Class: AWS::Redshift
- Inherits:
-
Object
- Object
- AWS::Redshift
- Includes:
- Core::ServiceInterface
- Defined in:
- lib/aws/redshift.rb,
lib/aws/redshift/client.rb,
lib/aws/redshift/errors.rb,
lib/aws/redshift/request.rb
Overview
This class is the starting point for working with Amazon Redshift.
For more information about Redshift:
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 AWS::Redshift interface:
redshift = AWS::Redshift.new(
:access_key_id => 'YOUR_ACCESS_KEY_ID',
:secret_access_key => 'YOUR_SECRET_ACCESS_KEY')
Defined Under Namespace
Modules: Errors Classes: Client