Class: Aws::Transfer::Types::UpdateCertificateResponse

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

Returns the identifier of the certificate object that you are updating.

Returns:

  • (String)


5770
5771
5772
5773
5774
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5770

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