Class: Aws::Types::DisconnectParticipantRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisconnectParticipantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
91 92 93 |
# File 'sig/types.rbs', line 91 def client_token @client_token end |
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
92 93 94 |
# File 'sig/types.rbs', line 92 def connection_token @connection_token end |