Class: Aws::DatabaseMigrationService::Types::ImportCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ImportCertificateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate ⇒ Types::Certificate
The certificate to be uploaded.
Instance Attribute Details
#certificate ⇒ Types::Certificate
The certificate to be uploaded.
6800 6801 6802 6803 6804 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6800 class ImportCertificateResponse < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |