ListAttendeesResponse

public struct ListAttendeesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Chime SDK attendee information.

    Declaration

    Swift

    public let attendees: [Attendee]?
  • The token to use to retrieve the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(attendees: [Attendee]? = nil, nextToken: String? = nil)