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

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

The identifier of the host key that you are deleting.

Returns:

  • (String)


1220
1221
1222
1223
1224
1225
# File 'lib/aws-sdk-transfer/types.rb', line 1220

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)


1220
1221
1222
1223
1224
1225
# File 'lib/aws-sdk-transfer/types.rb', line 1220

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