You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudFront::Types::UpdatePublicKeyRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::UpdatePublicKeyRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing UpdatePublicKeyRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  public_key_config: { # required
    caller_reference: "string", # required
    name: "string", # required
    encoded_key: "string", # required
    comment: "string",
  },
  id: "string", # required
  if_match: "string",
}
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the public key that you are updating. 
- 
  
    
      #if_match  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of the ETagheader that you received when retrieving the public key to update.
- 
  
    
      #public_key_config  ⇒ Types::PublicKeyConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A public key configuration. 
Instance Attribute Details
#id ⇒ String
The identifier of the public key that you are updating.
#if_match ⇒ String
The value of the ETag header that you received when retrieving the
public key to update. For example: E2QWRUHAPOMQZL.
#public_key_config ⇒ Types::PublicKeyConfig
A public key configuration.