Class: Riffer::Config::AmazonBedrock
- Inherits:
-
Struct
- Object
- Struct
- Riffer::Config::AmazonBedrock
- Defined in:
- lib/riffer/config.rb,
sig/generated/riffer/config.rbs
Instance Attribute Summary collapse
-
#api_token ⇒ Object
Returns the value of attribute api_token.
-
#region ⇒ Object
Returns the value of attribute region.
Class Method Summary collapse
Instance Attribute Details
#api_token ⇒ Object
Returns the value of attribute api_token
6 7 8 |
# File 'lib/riffer/config.rb', line 6 def api_token @api_token end |
#region ⇒ Object
Returns the value of attribute region
6 7 8 |
# File 'lib/riffer/config.rb', line 6 def region @region end |
Class Method Details
.new(api_token, region) ⇒ instance .new(api_token:, region:) ⇒ instance
10 11 |
# File 'sig/generated/riffer/config.rbs', line 10
def self.new: (?untyped api_token, ?untyped region) -> instance
| (?api_token: untyped, ?region: untyped) -> instance
|