UpdateFieldLevelEncryptionProfileRequest
public struct UpdateFieldLevelEncryptionProfileRequest : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String? -
Declaration
Swift
public static let _xmlNamespace: String? -
Declaration
Swift
public static var _members: [AWSShapeMember] -
Request to update a field-level encryption profile.
Declaration
Swift
public let fieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig -
The ID of the field-level encryption profile request.
Declaration
Swift
public let id: String -
The value of the ETag header that you received when retrieving the profile identity to update. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let ifMatch: String? -
Undocumented
Declaration
Swift
public init(fieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig, id: String, ifMatch: String? = nil)
View on GitHub
UpdateFieldLevelEncryptionProfileRequest Structure Reference