Class: Aws::CloudFront::Types::GetKeyGroupConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetKeyGroupConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Note:
When making an API call, you may pass GetKeyGroupConfigRequest data as a hash:
{
id: "string", # required
}
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`.
6803 6804 6805 6806 6807 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6803 class GetKeyGroupConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |