Class: Aws::Types::GetAttendeeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAttendeeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attendee_id ⇒ ::String
Returns the value of attribute attendee_id.
-
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
Instance Attribute Details
#attendee_id ⇒ ::String
Returns the value of attribute attendee_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def attendee_id @attendee_id end |
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
194 195 196 |
# File 'sig/types.rbs', line 194 def meeting_id @meeting_id end |