Class: Aws::CloudFront::Types::UpdatePublicKeyResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::UpdatePublicKeyResult
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #etag  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the current version of the public key. 
- 
  
    
      #public_key  ⇒ Types::PublicKey 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The public key. 
Instance Attribute Details
#etag ⇒ String
The identifier of the current version of the public key.
| 15559 15560 15561 15562 15563 15564 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15559 class UpdatePublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end | 
#public_key ⇒ Types::PublicKey
The public key.
| 15559 15560 15561 15562 15563 15564 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15559 class UpdatePublicKeyResult < Struct.new( :public_key, :etag) SENSITIVE = [] include Aws::Structure end |