Class: Aws::Transfer::Types::UpdateHostKeyRequest

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

#descriptionString

An updated description for the host key.

Returns:

  • (String)


5883
5884
5885
5886
5887
5888
5889
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5883

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

#host_key_idString

The identifier of the host key that you are updating.

Returns:

  • (String)


5883
5884
5885
5886
5887
5888
5889
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5883

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

#server_idString

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

Returns:

  • (String)


5883
5884
5885
5886
5887
5888
5889
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5883

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