ListFacetNamesResponse
public struct ListFacetNamesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The names of facets that exist within the schema.
Declaration
Swift
public let facetNames: [String]? -
The pagination token.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(facetNames: [String]? = nil, nextToken: String? = nil)
View on GitHub
ListFacetNamesResponse Structure Reference