Class: Mara::Configure::AwsConfig

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

Overview

Aws specific config values.

Since:

  • 1.0.0

Instance Attribute Summary collapse

Instance Attribute Details

#regionString

Note:

By default this is ‘us-east-1`

The region name to use for the Client.

Returns:

  • (String)


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

AwsConfig = Struct.new(:region)