FieldLevelEncryptionSummary
public struct FieldLevelEncryptionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An optional comment about the field-level encryption item.
Declaration
Swift
public let comment: String?
-
A summary of a content type-profile mapping.
Declaration
Swift
public let contentTypeProfileConfig: ContentTypeProfileConfig?
-
The unique ID of a field-level encryption item.
Declaration
Swift
public let id: String
-
The last time that the summary of field-level encryption items was modified.
Declaration
Swift
public let lastModifiedTime: TimeStamp
-
A summary of a query argument-profile mapping.
Declaration
Swift
public let queryArgProfileConfig: QueryArgProfileConfig?
-
Undocumented
Declaration
Swift
public init(comment: String? = nil, contentTypeProfileConfig: ContentTypeProfileConfig? = nil, id: String, lastModifiedTime: TimeStamp, queryArgProfileConfig: QueryArgProfileConfig? = nil)