Class: RubyLLM::Providers::Bedrock::Auth::Credentials
- Inherits:
-
Struct
- Object
- Struct
- RubyLLM::Providers::Bedrock::Auth::Credentials
- Defined in:
- lib/ruby_llm/providers/bedrock/auth.rb
Instance Attribute Summary collapse
-
#access_key_id ⇒ Object
Returns the value of attribute access_key_id.
-
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key.
-
#session_token ⇒ Object
Returns the value of attribute session_token.
Instance Attribute Details
#access_key_id ⇒ Object
Returns the value of attribute access_key_id
12 13 14 |
# File 'lib/ruby_llm/providers/bedrock/auth.rb', line 12 def access_key_id @access_key_id end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key
12 13 14 |
# File 'lib/ruby_llm/providers/bedrock/auth.rb', line 12 def secret_access_key @secret_access_key end |
#session_token ⇒ Object
Returns the value of attribute session_token
12 13 14 |
# File 'lib/ruby_llm/providers/bedrock/auth.rb', line 12 def session_token @session_token end |