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.
5480 5481 5482 5483 5484 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5480 class GetPublicKeyConfigRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |