DestinationFieldProperties
public struct DestinationFieldProperties : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies if the destination field can be created by the current user.
Declaration
Swift
public let isCreatable: Bool?
-
Specifies if the destination field can have a null value.
Declaration
Swift
public let isNullable: Bool?
-
Specifies if the flow run can either insert new rows in the destination field if they do not already exist, or update them if they do.
Declaration
Swift
public let isUpsertable: Bool?
-
Undocumented
Declaration
Swift
public init(isCreatable: Bool? = nil, isNullable: Bool? = nil, isUpsertable: Bool? = nil)