SearchProfilesResponse
public struct SearchProfilesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token returned to indicate that there is more data available.
Declaration
Swift
public let nextToken: String?
-
The profiles that meet the specified set of filter criteria, in sort order.
Declaration
Swift
public let profiles: [ProfileData]?
-
The total number of room profiles returned.
Declaration
Swift
public let totalCount: Int?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, profiles: [ProfileData]? = nil, totalCount: Int? = nil)