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

Class: Aws::CloudFront::Types::TrustedSigners

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

Overview

Note:

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

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

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

#itemsArray<String>

A list of AWS account identifiers.

Returns:

  • (Array<String>)

    A list of AWS account identifiers.

#quantityInteger

The number of AWS accounts in the list.

Returns:

  • (Integer)

    The number of AWS accounts in the list.