| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ChimeSdkMeetings.Types.AttendeeIdItem
Description
Synopsis
Documentation
data AttendeeIdItem Source #
A structure that contains one or more attendee IDs.
See: newAttendeeIdItem smart constructor.
Constructors
| AttendeeIdItem' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> AttendeeIdItem |
Create a value of AttendeeIdItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attendeeId:AttendeeIdItem', attendeeIdItem_attendeeId - A list of one or more attendee IDs.
attendeeIdItem_attendeeId :: Lens' AttendeeIdItem Text Source #
A list of one or more attendee IDs.