Class: Mara::Configure::DynamoConfig

Inherits:
Struct
  • Object
show all
Defined in:
lib/mara/configure.rb

Overview

DynamoDB specific config values.

Since:

  • 1.0.0

Instance Attribute Summary collapse

Instance Attribute Details

#endpointString?

The DynamoDB endpoint to use. If ‘nil` this will fallback to the AWS default endpoint.

Returns:

  • (String, nil)


51
# File 'lib/mara/configure.rb', line 51

DynamoConfig = Struct.new(:table_name, :endpoint)

#table_nameString?

Note:

If this is not set, pretty much nothing will work.

The name of the DynamoDB table to use.

Returns:

  • (String, nil)


51
# File 'lib/mara/configure.rb', line 51

DynamoConfig = Struct.new(:table_name, :endpoint)