Class: Aws::Types::CreateParticipantConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateParticipantConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connect_participant ⇒ Boolean
Returns the value of attribute connect_participant.
-
#participant_token ⇒ ::String
Returns the value of attribute participant_token.
-
#type ⇒ ::Array[("WEBSOCKET" | "CONNECTION_CREDENTIALS" | "WEBRTC_CONNECTION")]
Returns the value of attribute type.
Instance Attribute Details
#connect_participant ⇒ Boolean
Returns the value of attribute connect_participant.
68 69 70 |
# File 'sig/types.rbs', line 68 def connect_participant @connect_participant end |
#participant_token ⇒ ::String
Returns the value of attribute participant_token.
67 68 69 |
# File 'sig/types.rbs', line 67 def participant_token @participant_token end |
#type ⇒ ::Array[("WEBSOCKET" | "CONNECTION_CREDENTIALS" | "WEBRTC_CONNECTION")]
Returns the value of attribute type.
66 67 68 |
# File 'sig/types.rbs', line 66 def type @type end |