Class: Aws::Types::Credentials
- Inherits:
-
Object
- Object
- Aws::Types::Credentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
-
#session_token ⇒ ::String
Returns the value of attribute session_token.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
151 152 153 |
# File 'sig/types.rbs', line 151 def access_key_id @access_key_id end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
152 153 154 |
# File 'sig/types.rbs', line 152 def secret_access_key @secret_access_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
153 154 155 |
# File 'sig/types.rbs', line 153 def session_token @session_token end |