UpdateFieldLevelEncryptionConfigResult
public struct UpdateFieldLevelEncryptionConfigResult : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The value of the ETag header that you received when updating the configuration. For example: E2QWRUHAPOMQZL.
Declaration
Swift
public let eTag: String?
-
Return the results of updating the configuration.
Declaration
Swift
public let fieldLevelEncryption: FieldLevelEncryption?
-
Undocumented
Declaration
Swift
public init(eTag: String? = nil, fieldLevelEncryption: FieldLevelEncryption? = nil)