Class: Riffer::Config::AmazonBedrock
- Inherits:
-
Struct
- Object
- Struct
- Riffer::Config::AmazonBedrock
- Defined in:
- lib/riffer/config.rb
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#region ⇒ Object
Returns the value of attribute region.
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token
18 19 20 |
# File 'lib/riffer/config.rb', line 18 def api_token @api_token end |
#region ⇒ Object
Returns the value of attribute region
18 19 20 |
# File 'lib/riffer/config.rb', line 18 def region @region end |