SearchEntitiesResponse
public struct SearchEntitiesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of descriptions for each entity returned in the search result.
Declaration
Swift
public let descriptions: [EntityDescription]? -
The string to specify as nextToken when you request the next page of results.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(descriptions: [EntityDescription]? = nil, nextToken: String? = nil)
View on GitHub
SearchEntitiesResponse Structure Reference