Class: Aws::Types::GetEnvironmentCredentialsOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentCredentialsOutput
- 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.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def access_key_id @access_key_id end |
#expiration ⇒ ::Time
Returns the value of attribute expiration.
2805 2806 2807 |
# File 'sig/types.rbs', line 2805 def expiration @expiration end |
#secret_access_key ⇒ ::String
Returns the value of attribute secret_access_key.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def secret_access_key @secret_access_key end |
#session_token ⇒ ::String
Returns the value of attribute session_token.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def session_token @session_token end |