Class: Aws::CloudFront::Types::ListKeyGroupsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListKeyGroupsResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_group_list ⇒ Types::KeyGroupList
A list of key groups.
Instance Attribute Details
#key_group_list ⇒ Types::KeyGroupList
A list of key groups.
9145 9146 9147 9148 9149 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9145 class ListKeyGroupsResult < Struct.new( :key_group_list) SENSITIVE = [] include Aws::Structure end |