Class: Aws::Types::StartWebRTCContactResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartWebRTCContactResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_data ⇒ Types::ConnectionData
Returns the value of attribute connection_data.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
-
#participant_token ⇒ ::String
Returns the value of attribute participant_token.
Instance Attribute Details
#connection_data ⇒ Types::ConnectionData
Returns the value of attribute connection_data.
8054 8055 8056 |
# File 'sig/types.rbs', line 8054 def connection_data @connection_data end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
8055 8056 8057 |
# File 'sig/types.rbs', line 8055 def contact_id @contact_id end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
8056 8057 8058 |
# File 'sig/types.rbs', line 8056 def participant_id @participant_id end |
#participant_token ⇒ ::String
Returns the value of attribute participant_token.
8057 8058 8059 |
# File 'sig/types.rbs', line 8057 def participant_token @participant_token end |