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)


7123
7124
7125
7126
7127
# File 'lib/aws-sdk-transfer/types.rb', line 7123

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