Class: Aws::CloudFront::Types::ActiveTrustedSigners
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ActiveTrustedSigners
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A list of Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services accounts in the list.
Instance Attribute Details
#enabled ⇒ Boolean
This field is true
if any of the Amazon Web Services 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 'gems/aws-sdk-cloudfront/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 Amazon Web Services 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 'gems/aws-sdk-cloudfront/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 Amazon Web Services accounts in the list.
79 80 81 82 83 84 85 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 79 class ActiveTrustedSigners < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |