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)


2111
2112
2113
2114
2115
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2111

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