You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can be found here.

Class: AWS::Kinesis

Inherits:
Object
  • Object
show all
Includes:
Core::ServiceInterface
Defined in:
lib/aws/kinesis.rb,
lib/aws/kinesis/client.rb,
lib/aws/kinesis/errors.rb

Overview

To use Amazon Kinesis you must first sign up here

For more information about Amazon Kinesis, see:

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 Kinesis interface:

kinesis = AWS::Kinesis.new(
  :access_key_id => 'YOUR_ACCESS_KEY_ID',
  :secret_access_key => 'YOUR_SECRET_ACCESS_KEY')

Defined Under Namespace

Modules: Errors Classes: Client

Method Summary

Methods included from Core::ServiceInterface

included, #initialize, #inspect