Class: Aws::CloudFront::Types::ActiveTrustedKeyGroups
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ActiveTrustedKeyGroups
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A list of key groups, and the public keys in each key group, 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 key groups have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.
-
#items ⇒ Array<Types::KGKeyPairIds>
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
-
#quantity ⇒ Integer
The number of key groups in the list.
Instance Attribute Details
#enabled ⇒ Boolean
This field is ‘true` if any of the key groups have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is `false`.
48 49 50 51 52 53 54 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 48 class ActiveTrustedKeyGroups < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#items ⇒ Array<Types::KGKeyPairIds>
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.
48 49 50 51 52 53 54 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 48 class ActiveTrustedKeyGroups < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of key groups in the list.
48 49 50 51 52 53 54 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 48 class ActiveTrustedKeyGroups < Struct.new( :enabled, :quantity, :items) SENSITIVE = [] include Aws::Structure end |