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