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

Class: Aws::CloudFront::Types::TrustedKeyGroups

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

Overview

Note:

When passing TrustedKeyGroups as input to an Aws::Client method, you can use a vanilla Hash:

{
  enabled: false, # required
  quantity: 1, # required
  items: ["string"],
}

A list of key groups whose public keys 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 in the list 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 in the list have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.

#itemsArray<String>

A list of key groups identifiers.

Returns:

  • (Array<String>)

    A list of key groups identifiers.

#quantityInteger

The number of key groups in the list.

Returns:

  • (Integer)

    The number of key groups in the list.