Class: Aws::Types::CancelParticipantAuthenticationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelParticipantAuthenticationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
37 38 39 |
# File 'sig/types.rbs', line 37 def connection_token @connection_token end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
36 37 38 |
# File 'sig/types.rbs', line 36 def session_id @session_id end |