Class: Aws::CloudFront::Types::GetKeyGroupConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetKeyGroupConfigRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the key group whose configuration you are getting.
Instance Attribute Details
#id ⇒ String
The identifier of the key group whose configuration you are getting.
To get the identifier, use ListKeyGroups
.
5768 5769 5770 5771 5772 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5768 class GetKeyGroupConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |