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.
6351 6352 6353 6354 6355 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6351 class ImportCertificateResponse < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |