ListAttendeesRequest

public struct ListAttendeesRequest : AWSShape
extension Chime.ListAttendeesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return in a single call.

    Declaration

    Swift

    public let maxResults: Int?
  • The Amazon Chime SDK meeting ID.

    Declaration

    Swift

    public let meetingId: String
  • The token to use to retrieve the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, meetingId: String, nextToken: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws