SourceFieldProperties
public struct SourceFieldProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates if the field can be queried.
Declaration
Swift
public let isQueryable: Bool?
-
Indicates whether the field can be returned in a search result.
Declaration
Swift
public let isRetrievable: Bool?
-
Undocumented
Declaration
Swift
public init(isQueryable: Bool? = nil, isRetrievable: Bool? = nil)