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

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

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

Returns:

  • (String)


3420
3421
3422
3423
3424
# File 'lib/aws-sdk-transfer/types.rb', line 3420

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