Class: Aws::Transfer::Types::DeleteHostKeyRequest

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

The identifier of the host key that you are deleting.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1407

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

#server_idString

The identifier of the server that contains the host key that you are deleting.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1407

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