Class: Mara::Configure::AwsConfig
- Inherits:
-
Struct
- Object
- Struct
- Mara::Configure::AwsConfig
- Defined in:
- lib/mara/configure.rb
Overview
Aws specific config values.
Instance Attribute Summary collapse
-
#region ⇒ String
The region name to use for the Client.
Instance Attribute Details
#region ⇒ String
Note:
By default this is ‘us-east-1`
The region name to use for the Client.
62 |
# File 'lib/mara/configure.rb', line 62 AwsConfig = Struct.new(:region) |