Class: Mongo::Auth::Aws::Credentials Private
- Inherits:
-
Struct
- Object
- Struct
- Mongo::Auth::Aws::Credentials
- Defined in:
- build/ruby-driver-v2.17/lib/mongo/auth/aws.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
The AWS credential set.
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
33 34 35 |
# File 'build/ruby-driver-v2.17/lib/mongo/auth/aws.rb', line 33 def access_key_id @access_key_id end |
#secret_access_key ⇒ Object
Returns the value of attribute secret_access_key
33 34 35 |
# File 'build/ruby-driver-v2.17/lib/mongo/auth/aws.rb', line 33 def secret_access_key @secret_access_key end |
#session_token ⇒ Object
Returns the value of attribute session_token
33 34 35 |
# File 'build/ruby-driver-v2.17/lib/mongo/auth/aws.rb', line 33 def session_token @session_token end |