Class: Dynamini::Configuration
- Inherits:
-
Object
- Object
- Dynamini::Configuration
- Defined in:
- lib/dynamini/configuration.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#region ⇒ Object
Returns the value of attribute region.
-
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
3 4 5 |
# File 'lib/dynamini/configuration.rb', line 3 def access_key_id @access_key_id end |
#region ⇒ Object
Returns the value of attribute region.
3 4 5 |
# File 'lib/dynamini/configuration.rb', line 3 def region @region end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
3 4 5 |
# File 'lib/dynamini/configuration.rb', line 3 def secret_access_key @secret_access_key end |