Class: Aws::Types::WebRTCConnection
- Inherits:
-
Object
- Object
- Aws::Types::WebRTCConnection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attendee ⇒ Types::Attendee
Returns the value of attribute attendee.
-
#meeting ⇒ Types::WebRTCMeeting
Returns the value of attribute meeting.
Instance Attribute Details
#attendee ⇒ Types::Attendee
Returns the value of attribute attendee.
285 286 287 |
# File 'sig/types.rbs', line 285 def attendee @attendee end |
#meeting ⇒ Types::WebRTCMeeting
Returns the value of attribute meeting.
286 287 288 |
# File 'sig/types.rbs', line 286 def meeting @meeting end |