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