ListMeetingsResponse
public struct ListMeetingsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Chime SDK meeting information.
Declaration
Swift
public let meetings: [Meeting]?
-
The token to use to retrieve the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(meetings: [Meeting]? = nil, nextToken: String? = nil)