Class: Aws::DatabaseMigrationService::Types::ImportCertificateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificateTypes::Certificate

The certificate to be uploaded.

Returns:



5997
5998
5999
6000
6001
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5997

class ImportCertificateResponse < Struct.new(
  :certificate)
  SENSITIVE = []
  include Aws::Structure
end