IntArrayOptions
public struct IntArrayOptions : 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: Int64? -
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? -
A list of source fields to map to the field.
Declaration
Swift
public let sourceFields: String? -
Undocumented
Declaration
Swift
public init(defaultValue: Int64? = nil, facetEnabled: Bool? = nil, returnEnabled: Bool? = nil, searchEnabled: Bool? = nil, sourceFields: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
IntArrayOptions Structure Reference