Class: Aws::DatabaseMigrationService::Types::DeleteCertificateMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteCertificateMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
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 |