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.
6621 6622 6623 6624 6625 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6621 class KeyGroupSummary < Struct.new( :key_group) SENSITIVE = [] include Aws::Structure end |