Class: Aws::CloudFront::Types::KeyGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KeyGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A key group.
A key group contains a list of public keys that you can use with [CloudFront signed URLs and signed cookies].
[1]: docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier for the key group.
-
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
-
#last_modified_time ⇒ Time
The date and time when the key group was last modified.
Instance Attribute Details
#id ⇒ String
The identifier for the key group.
6527 6528 6529 6530 6531 6532 6533 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6527 class KeyGroup < Struct.new( :id, :last_modified_time, :key_group_config) SENSITIVE = [] include Aws::Structure end |
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
6527 6528 6529 6530 6531 6532 6533 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6527 class KeyGroup < Struct.new( :id, :last_modified_time, :key_group_config) SENSITIVE = [] include Aws::Structure end |