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 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 are configured as trusted signers.
-
#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 are configured as trusted signers. If not, this field is `false`.
78 79 80 81 82 83 84 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 78 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.
78 79 80 81 82 83 84 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 78 class ActiveTrustedSigners < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of Amazon Web Services accounts in the list.
78 79 80 81 82 83 84 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 78 class ActiveTrustedSigners < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |