Class: Aws::CloudFront::Types::GetPublicKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetPublicKeyRequest
- 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 you are getting.
Instance Attribute Details
#id ⇒ String
The identifier of the public key you are getting.
5680 5681 5682 5683 5684 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5680 class GetPublicKeyRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |