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.
5784 5785 5786 5787 5788 5789 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5784 class GetKeyGroupConfigResult < Struct.new( :key_group_config, :etag) SENSITIVE = [] include Aws::Structure end |
#key_group_config ⇒ Types::KeyGroupConfig
The key group configuration.
5784 5785 5786 5787 5788 5789 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5784 class GetKeyGroupConfigResult < Struct.new( :key_group_config, :etag) SENSITIVE = [] include Aws::Structure end |