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)


5792
5793
5794
5795
5796
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5792

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