Class: Aws::Transfer::Types::UpdateCertificateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Transfer::Types::UpdateCertificateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-transfer/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the identifier of the certificate object that you are updating.
 
Instance Attribute Details
#certificate_id ⇒ String
Returns the identifier of the certificate object that you are updating.
      5792 5793 5794 5795 5796  | 
    
      # File 'lib/aws-sdk-transfer/types.rb', line 5792 class UpdateCertificateResponse < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end  |