Class: Aws::Types::AWSSessionCredentials
- Inherits:
-
Object
- Object
- Aws::Types::AWSSessionCredentials
- 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.
12 13 14 |
# File 'sig/types.rbs', line 12 def access_key_id @access_key_id end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
13 14 15 |
# File 'sig/types.rbs', line 13 def secret_access_key @secret_access_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
14 15 16 |
# File 'sig/types.rbs', line 14 def session_token @session_token end |