Class: Aws::CloudFront::Types::GetPublicKeyConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetPublicKeyConfigRequest
- 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 public key whose configuration you are getting.
Instance Attribute Details
#id ⇒ String
The identifier of the public key whose configuration you are getting.
5651 5652 5653 5654 5655 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5651 class GetPublicKeyConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |