Class: Aws::CloudFront::Types::GetKeyGroupConfigResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetKeyGroupConfigResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#etag ⇒ String
The identifier for this version of the key group.
-
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
Instance Attribute Details
#etag ⇒ String
The identifier for this version of the key group.
5281 5282 5283 5284 5285 5286 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5281 class GetKeyGroupConfigResult < Struct.new( :key_group_config, :etag) SENSITIVE = [] include Aws::Structure end |
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
5281 5282 5283 5284 5285 5286 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5281 class GetKeyGroupConfigResult < Struct.new( :key_group_config, :etag) SENSITIVE = [] include Aws::Structure end |