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
- Struct
- Aws::CloudFront::Types::TrustedSigners
- Defined in:
- (unknown)
Overview
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
-
#enabled ⇒ 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. -
#items ⇒ Array<String>
A list of AWS account identifiers.
-
#quantity ⇒ Integer
The number of AWS accounts in the list.
Instance Attribute Details
#enabled ⇒ 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. If not, this field is false
.
#items ⇒ Array<String>
A list of AWS account identifiers.
#quantity ⇒ Integer
The number of AWS accounts in the list.