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:



6351
6352
6353
6354
6355
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6351

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