Class: Aws::RDS::Types::ModifyCertificatesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ModifyCertificatesResult
 
 
- Defined in:
 - gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #certificate  ⇒ Types::Certificate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A CA certificate for an Amazon Web Services account.
 
Instance Attribute Details
#certificate ⇒ Types::Certificate
A CA certificate for an Amazon Web Services account.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
      17667 17668 17669 17670 17671  | 
    
      # File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 17667 class ModifyCertificatesResult < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end  |