Class: Aws::Types::AwsCredentials
- Inherits:
-
Object
- Object
- Aws::Types::AwsCredentials
- 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.
46 47 48 |
# File 'sig/types.rbs', line 46 def access_key_id @access_key_id end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
47 48 49 |
# File 'sig/types.rbs', line 47 def secret_access_key @secret_access_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
48 49 50 |
# File 'sig/types.rbs', line 48 def session_token @session_token end |