Class: Aws::Types::GetAuthenticationUrlRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAuthenticationUrlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
-
#redirect_uri ⇒ ::String
Returns the value of attribute redirect_uri.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
116 117 118 |
# File 'sig/types.rbs', line 116 def connection_token @connection_token end |
#redirect_uri ⇒ ::String
Returns the value of attribute redirect_uri.
115 116 117 |
# File 'sig/types.rbs', line 115 def redirect_uri @redirect_uri end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
114 115 116 |
# File 'sig/types.rbs', line 114 def session_id @session_id end |