FieldTypeDetails
public struct FieldTypeDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of field, such as string, integer, date, and so on.
Declaration
Swift
public let fieldType: String
-
The list of operators supported by a field.
Declaration
Swift
public let filterOperators: [Operator]
-
The list of values that a field can contain. For example, a Boolean fieldType can have two values: “true” and “false”.
Declaration
Swift
public let supportedValues: [String]?
-
Undocumented
Declaration
Swift
public init(fieldType: String, filterOperators: [Operator], supportedValues: [String]? = nil)