Class: Aws::Transfer::Types::ListHostKeysResponse

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_keysArray<Types::ListedHostKey>

Returns an array, where each item contains the details of a host key.

Returns:



3813
3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3813

class ListHostKeysResponse < Struct.new(
  :next_token,
  :server_id,
  :host_keys)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns a token that you can use to call ListHostKeys again and receive additional results, if there are any.

Returns:

  • (String)


3813
3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3813

class ListHostKeysResponse < Struct.new(
  :next_token,
  :server_id,
  :host_keys)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

Returns the server identifier that contains the listed host keys.

Returns:

  • (String)


3813
3814
3815
3816
3817
3818
3819
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3813

class ListHostKeysResponse < Struct.new(
  :next_token,
  :server_id,
  :host_keys)
  SENSITIVE = []
  include Aws::Structure
end