Class: Aws::Transfer::Types::UpdateHostKeyResponse

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 updated host key.

Returns:

  • (String)


5902
5903
5904
5905
5906
5907
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5902

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

#server_idString

Returns the server identifier for the server that contains the updated host key.

Returns:

  • (String)


5902
5903
5904
5905
5906
5907
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5902

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