You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::ActiveTrustedKeyGroups

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A list of key groups, and the public keys in each key group, that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

This field is true if any of the key groups have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is false.

Returns:

  • (Boolean)

    This field is true if any of the key groups have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.

#itemsArray<Types::KGKeyPairIds>

A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Returns:

  • (Array<Types::KGKeyPairIds>)

    A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.

#quantityInteger

The number of key groups in the list.

Returns:

  • (Integer)

    The number of key groups in the list.