Class: Aws::Transfer::Types::DeleteCertificateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

The identifier of the certificate object that you are deleting.

Returns:

  • (String)


1378
1379
1380
1381
1382
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1378

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