Class: Aws::Transfer::Types::DeleteCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DeleteCertificateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_id ⇒ String
The identifier of the certificate object that you are deleting.
Instance Attribute Details
#certificate_id ⇒ String
The identifier of the certificate object that you are deleting.
1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-transfer/types.rb', line 1378 class DeleteCertificateRequest < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |