Class: Aws::DatabaseMigrationService::Types::DeleteCertificateMessage

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

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


2366
2367
2368
2369
2370
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2366

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