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.
1412 1413 1414 1415 1416 |
# File 'lib/aws-sdk-transfer/types.rb', line 1412 class DeleteCertificateRequest < Struct.new( :certificate_id) SENSITIVE = [] include Aws::Structure end |