class Aws::CloudFront::Types::PublicKeyList

A list of public keys that you can use with [signed URLs and signed cookies], or with [field-level encryption].

[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html [2]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/field-level-encryption.html

@!attribute [rw] next_marker

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.
@return [String]

@!attribute [rw] max_items

The maximum number of public keys you want in the response.
@return [Integer]

@!attribute [rw] quantity

The number of public keys in the list.
@return [Integer]

@!attribute [rw] items

A list of public keys.
@return [Array<Types::PublicKeySummary>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/PublicKeyList AWS API Documentation

Constants

SENSITIVE