Class: Aws::Transfer::Types::ImportCertificateResponse

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

An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles.

Returns:

  • (String)


3365
3366
3367
3368
3369
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3365

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