DataSourceToIndexFieldMapping
public struct DataSourceToIndexFieldMapping : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the column or attribute in the data source.
Declaration
Swift
public let dataSourceFieldName: String
-
The type of data stored in the column or attribute.
Declaration
Swift
public let dateFieldFormat: String?
-
The name of the field in the index.
Declaration
Swift
public let indexFieldName: String
-
Undocumented
Declaration
Swift
public init(dataSourceFieldName: String, dateFieldFormat: String? = nil, indexFieldName: String)
-
Declaration
Swift
public func validate(name: String) throws