Class: Aws::Types::BatchCreateAttendeeRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateAttendeeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attendees ⇒ ::Array[Types::CreateAttendeeRequestItem]
Returns the value of attribute attendees.
-
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
Instance Attribute Details
#attendees ⇒ ::Array[Types::CreateAttendeeRequestItem]
Returns the value of attribute attendees.
50 51 52 |
# File 'sig/types.rbs', line 50 def attendees @attendees end |
#meeting_id ⇒ ::String
Returns the value of attribute meeting_id.
49 50 51 |
# File 'sig/types.rbs', line 49 def meeting_id @meeting_id end |