Class: Aws::CloudFront::Types::PublicKeyList

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

A list of public keys you’ve added to CloudFront to use with features like field-level encryption.

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::PublicKeySummary>

An array of information about a public key you add to CloudFront to use with features like field-level encryption.

Returns:



5974
5975
5976
5977
5978
5979
5980
# File 'lib/aws-sdk-cloudfront/types.rb', line 5974

class PublicKeyList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  include Aws::Structure
end

#max_itemsInteger

The maximum number of public keys you want in the response body.

Returns:

  • (Integer)


5974
5975
5976
5977
5978
5979
5980
# File 'lib/aws-sdk-cloudfront/types.rb', line 5974

class PublicKeyList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  include Aws::Structure
end

#next_markerString

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.

Returns:

  • (String)


5974
5975
5976
5977
5978
5979
5980
# File 'lib/aws-sdk-cloudfront/types.rb', line 5974

class PublicKeyList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  include Aws::Structure
end

#quantityInteger

The number of public keys you added to CloudFront to use with features like field-level encryption.

Returns:

  • (Integer)


5974
5975
5976
5977
5978
5979
5980
# File 'lib/aws-sdk-cloudfront/types.rb', line 5974

class PublicKeyList < Struct.new(
  :next_marker,
  :max_items,
  :quantity,
  :items)
  include Aws::Structure
end