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.
905 906 907 |
# File 'sig/types.rbs', line 905 def attendee @attendee end |
#meeting ⇒ Types::Meeting
Returns the value of attribute meeting.
906 907 908 |
# File 'sig/types.rbs', line 906 def meeting @meeting end |