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)


5852
5853
5854
5855
5856
5857
5858
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5852

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)


5852
5853
5854
5855
5856
5857
5858
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5852

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)


5852
5853
5854
5855
5856
5857
5858
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5852

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