Class: Aws::CloudFront::Types::ActiveTrustedSigners
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ActiveTrustedSigners
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ 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.
-
#items ⇒ 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.
-
#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 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`.
79 80 81 82 83 84 85 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 79 class ActiveTrustedSigners < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ 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.
79 80 81 82 83 84 85 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 79 class ActiveTrustedSigners < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of AWS accounts in the list.
79 80 81 82 83 84 85 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 79 class ActiveTrustedSigners < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |