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

Class: Aws::CloudFront::Types::ActiveTrustedSigners

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

Overview

A list of AWS accounts and the active CloudFront key pairs in each account 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 AWS accounts in the list have active CloudFront key pairs 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 in the list have active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies.

#itemsArray<Types::Signer>

A list of AWS accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Returns:

  • (Array<Types::Signer>)

    A list of AWS accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

#quantityInteger

The number of AWS accounts in the list.

Returns:

  • (Integer)

    The number of AWS accounts in the list.