FieldLevelEncryptionList

public struct FieldLevelEncryptionList : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of field-level encryption items.

    Declaration

    Swift

    public let items: [FieldLevelEncryptionSummary]?
  • The maximum number of elements 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 configurations where you left off.

    Declaration

    Swift

    public let nextMarker: String?
  • The number of field-level encryption items.

    Declaration

    Swift

    public let quantity: Int
  • Undocumented

    Declaration

    Swift

    public init(items: [FieldLevelEncryptionSummary]? = nil, maxItems: Int, nextMarker: String? = nil, quantity: Int)