struct

Crynamo::Configuration

Inherits Struct < Value < Object

The necessary configuration needed for connecting to a DynamoDB cluster

Constructors

new(access_key_id : String, secret_access_key : String, region : String, endpoint : String, api_version : String = "2012-08-10")
Source

Instance methods

access_key_id
Source
access_key_id=(access_key_id : String)
Source
api_version
Source
api_version=(api_version : String)
Source
endpoint
Source
endpoint=(endpoint : String)
Source
region
Source
region=(region : String)
Source
secret_access_key
Source
secret_access_key=(secret_access_key : String)
Source