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 ⇒ ::Time
Returns the value of attribute expiration_time.
-
#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.
828 829 830 |
# File 'sig/types.rbs', line 828 def access_key_id @access_key_id end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
831 832 833 |
# File 'sig/types.rbs', line 831 def expiration_time @expiration_time end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
829 830 831 |
# File 'sig/types.rbs', line 829 def secret_access_key @secret_access_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
830 831 832 |
# File 'sig/types.rbs', line 830 def session_token @session_token end |