Class: Aws::Transfer::Types::ListHostKeysRequest

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

#max_resultsInteger

The maximum number of host keys to return.

Returns:

  • (Integer)


3750
3751
3752
3753
3754
3755
3756
# File 'lib/aws-sdk-transfer/types.rb', line 3750

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

#next_tokenString

When there are additional results that were not returned, a ‘NextToken` parameter is returned. You can use that value for a subsequent call to `ListHostKeys` to continue listing results.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
# File 'lib/aws-sdk-transfer/types.rb', line 3750

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

#server_idString

The identifier of the server that contains the host keys that you want to view.

Returns:

  • (String)


3750
3751
3752
3753
3754
3755
3756
# File 'lib/aws-sdk-transfer/types.rb', line 3750

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