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.
-
#expiration ⇒ ::Integer
Returns the value of attribute expiration.
-
#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.
29 30 31 |
# File 'sig/types.rbs', line 29 def access_key_id @access_key_id end |
#expiration ⇒ ::Integer
Returns the value of attribute expiration.
32 33 34 |
# File 'sig/types.rbs', line 32 def expiration @expiration end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
30 31 32 |
# File 'sig/types.rbs', line 30 def secret_access_key @secret_access_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
31 32 33 |
# File 'sig/types.rbs', line 31 def session_token @session_token end |