Class: Aws::CloudFront::Types::KeyGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KeyGroupSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Contains information about a key group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_group ⇒ Types::KeyGroup
A key group.
Instance Attribute Details
#key_group ⇒ Types::KeyGroup
A key group.
7886 7887 7888 7889 7890 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7886 class KeyGroupSummary < Struct.new( :key_group) SENSITIVE = [] include Aws::Structure end |