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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5739
5740
5741
5742
5743
# File 'lib/aws-sdk-transfer/types.rb', line 5739

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