LiteralOptions

public struct LiteralOptions : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A value to use for the field if the field isn’t specified for a document.

    Declaration

    Swift

    public let defaultValue: String?
  • Whether facet information can be returned for the field.

    Declaration

    Swift

    public let facetEnabled: Bool?
  • Whether the contents of the field can be returned in the search results.

    Declaration

    Swift

    public let returnEnabled: Bool?
  • Whether the contents of the field are searchable.

    Declaration

    Swift

    public let searchEnabled: Bool?
  • Whether the field can be used to sort the search results.

    Declaration

    Swift

    public let sortEnabled: Bool?
  • Undocumented

    Declaration

    Swift

    public let sourceField: String?
  • Undocumented

    Declaration

    Swift

    public init(defaultValue: String? = nil, facetEnabled: Bool? = nil, returnEnabled: Bool? = nil, searchEnabled: Bool? = nil, sortEnabled: Bool? = nil, sourceField: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws