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

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

#host_key_idString

Returns the host key identifier for the imported key.

Returns:

  • (String)


3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3411

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)


3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3411

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