ListTypedLinkFacetNamesResponse

public struct ListTypedLinkFacetNamesResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The names of typed link 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)