Class: Aws::RDS::Types::ModifyCertificatesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::ModifyCertificatesResult
- Includes:
- Structure
- Defined in:
- 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][1] in the *Amazon RDS User Guide* and [ Using SSL/TLS to encrypt a connection to a DB cluster][2] in the *Amazon Aurora User Guide*.
[1]: docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html [2]: docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html
18263 18264 18265 18266 18267 |
# File 'lib/aws-sdk-rds/types.rb', line 18263 class ModifyCertificatesResult < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |