Class: Aws::CloudFront::Types::GetKeyGroupConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetKeyGroupConfigRequest
- Includes:
- Structure
- Defined in:
- 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`.
5265 5266 5267 5268 5269 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5265 class GetKeyGroupConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |