Class: Aws::Types::DeleteAttendeeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAttendeeRequest
- 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.
147 148 149 |
# File 'sig/types.rbs', line 147 def attendee_id @attendee_id end |
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
146 147 148 |
# File 'sig/types.rbs', line 146 def meeting_id @meeting_id end |