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.
-
#expiration ⇒ ::Time
Returns the value of attribute expiration.
-
#secret_key ⇒ ::String
Returns the value of attribute secret_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.
37 38 39 |
# File 'sig/types.rbs', line 37 def access_key_id @access_key_id end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
40 41 42 |
# File 'sig/types.rbs', line 40 def expiration @expiration end |
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
38 39 40 |
# File 'sig/types.rbs', line 38 def secret_key @secret_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
39 40 41 |
# File 'sig/types.rbs', line 39 def session_token @session_token end |