UpdateFieldLevelEncryptionProfileResult
public struct UpdateFieldLevelEncryptionProfileResult : AWSShape
Undocumented
-
The key for the payload
Declaration
Swift
public static let payloadPath: String?
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The result of the field-level encryption profile request.
Declaration
Swift
public let eTag: String?
-
Return the results of updating the profile.
Declaration
Swift
public let fieldLevelEncryptionProfile: FieldLevelEncryptionProfile?
-
Undocumented
Declaration
Swift
public init(eTag: String? = nil, fieldLevelEncryptionProfile: FieldLevelEncryptionProfile? = nil)