Class: Aws::CloudFront::Types::GetKeyGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetKeyGroupRequest
- 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 that you are getting.
Instance Attribute Details
#id ⇒ String
The identifier of the key group that you are getting. To get the
identifier, use ListKeyGroups
.
5798 5799 5800 5801 5802 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5798 class GetKeyGroupRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |