ListRoomsResponse

public struct ListRoomsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token to use to retrieve the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • The room details.

    Declaration

    Swift

    public let rooms: [Room]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, rooms: [Room]? = nil)