FieldLevelEncryptionProfileSummary
public struct FieldLevelEncryptionProfileSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An optional comment for the field-level encryption profile summary.
Declaration
Swift
public let comment: String?
-
A complex data type of encryption entities for the field-level encryption profile that include the public key ID, provider, and field patterns for specifying which fields to encrypt with this key.
Declaration
Swift
public let encryptionEntities: EncryptionEntities
-
ID for the field-level encryption profile summary.
Declaration
Swift
public let id: String
-
The time when the the field-level encryption profile summary was last updated.
Declaration
Swift
public let lastModifiedTime: TimeStamp
-
Name for the field-level encryption profile summary.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(comment: String? = nil, encryptionEntities: EncryptionEntities, id: String, lastModifiedTime: TimeStamp, name: String)