FieldLevelEncryptionProfile
public struct FieldLevelEncryptionProfile : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A complex data type that includes the profile name and the encryption entities for the field-level encryption profile.
Declaration
Swift
public let fieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig
-
The ID for a field-level encryption profile configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
Declaration
Swift
public let id: String
-
The last time the field-level encryption profile was updated.
Declaration
Swift
public let lastModifiedTime: TimeStamp
-
Undocumented
Declaration
Swift
public init(fieldLevelEncryptionProfileConfig: FieldLevelEncryptionProfileConfig, id: String, lastModifiedTime: TimeStamp)