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.
5997 5998 5999 6000 6001 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5997 class ImportCertificateResponse < Struct.new( :certificate) SENSITIVE = [] include Aws::Structure end |