PublicKeyList

public struct PublicKeyList : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of information about a public key you add to CloudFront to use with features like field-level encryption.

    Declaration

    Swift

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

    Declaration

    Swift

    public let nextMarker: String?
  • The number of public keys you added to CloudFront to use with features like field-level encryption.

    Declaration

    Swift

    public let quantity: Int
  • Undocumented

    Declaration

    Swift

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