FieldLevelEncryptionProfileList
public struct FieldLevelEncryptionProfileList : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The field-level encryption profile items.
Declaration
Swift
public let items: [FieldLevelEncryptionProfileSummary]?
-
The maximum number of field-level encryption profiles you want in the response body.
Declaration
Swift
public let maxItems: Int
-
If there are more elements to be listed, this element is present and contains the value that you can use for the Marker request parameter to continue listing your profiles where you left off.
Declaration
Swift
public let nextMarker: String?
-
The number of field-level encryption profiles.
Declaration
Swift
public let quantity: Int
-
Undocumented
Declaration
Swift
public init(items: [FieldLevelEncryptionProfileSummary]? = nil, maxItems: Int, nextMarker: String? = nil, quantity: Int)