Class: Aws::Types::ConnectionCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionCredentials
- 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_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.
595 596 597 |
# File 'sig/types.rbs', line 595 def access_key_id @access_key_id end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
598 599 600 |
# File 'sig/types.rbs', line 598 def expiration @expiration end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
596 597 598 |
# File 'sig/types.rbs', line 596 def secret_access_key @secret_access_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
597 598 599 |
# File 'sig/types.rbs', line 597 def session_token @session_token end |