Class: Aws::Types::GetSessionEndpointResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSessionEndpointResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
-
#auth_token_expires_at ⇒ ::Time
Returns the value of attribute auth_token_expires_at.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def application_id @application_id end |
#auth_token ⇒ ::String
Returns the value of attribute auth_token.
208 209 210 |
# File 'sig/types.rbs', line 208 def auth_token @auth_token end |
#auth_token_expires_at ⇒ ::Time
Returns the value of attribute auth_token_expires_at.
209 210 211 |
# File 'sig/types.rbs', line 209 def auth_token_expires_at @auth_token_expires_at end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
207 208 209 |
# File 'sig/types.rbs', line 207 def endpoint @endpoint end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def session_id @session_id end |