Class: Aws::Types::SessionEndpoint
- Inherits:
-
Object
- Object
- Aws::Types::SessionEndpoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
-
#auth_token_expiration_time ⇒ ::Time
Returns the value of attribute auth_token_expiration_time.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
7029 7030 7031 |
# File 'sig/types.rbs', line 7029 def auth_token @auth_token end |
#auth_token_expiration_time ⇒ ::Time
Returns the value of attribute auth_token_expiration_time.
7030 7031 7032 |
# File 'sig/types.rbs', line 7030 def auth_token_expiration_time @auth_token_expiration_time end |
#url ⇒ ::String
Returns the value of attribute url.
7028 7029 7030 |
# File 'sig/types.rbs', line 7028 def url @url end |