Class: Aws::Transfer::Types::ImportHostKeyResponse

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

#host_key_idString

Returns the host key identifier for the imported key.

Returns:

  • (String)


3423
3424
3425
3426
3427
3428
# File 'lib/aws-sdk-transfer/types.rb', line 3423

class ImportHostKeyResponse < Struct.new(
  :server_id,
  :host_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

Returns the server identifier that contains the imported key.

Returns:

  • (String)


3423
3424
3425
3426
3427
3428
# File 'lib/aws-sdk-transfer/types.rb', line 3423

class ImportHostKeyResponse < Struct.new(
  :server_id,
  :host_key_id)
  SENSITIVE = []
  include Aws::Structure
end