UpdateFieldLevelEncryptionConfigRequest
public struct UpdateFieldLevelEncryptionConfigRequest : 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 configuration.
Declaration
Swift
public let fieldLevelEncryptionConfig: FieldLevelEncryptionConfig
-
The ID of the configuration you want to update.
Declaration
Swift
public let id: String
-
The value of the ETag header that you received when retrieving the configuration identity to update. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let ifMatch: String?
-
Undocumented
Declaration
Swift
public init(fieldLevelEncryptionConfig: FieldLevelEncryptionConfig, id: String, ifMatch: String? = nil)