Class: Aws::Types::ConnectionData
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attendee ⇒ Types::Attendee
Returns the value of attribute attendee.
-
#meeting ⇒ Types::Meeting
Returns the value of attribute meeting.
Instance Attribute Details
#attendee ⇒ Types::Attendee
Returns the value of attribute attendee.
919 920 921 |
# File 'sig/types.rbs', line 919 def attendee @attendee end |
#meeting ⇒ Types::Meeting
Returns the value of attribute meeting.
920 921 922 |
# File 'sig/types.rbs', line 920 def meeting @meeting end |