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)

3388
3389
3390
3391
3392
3393
3394
# File 'lib/aws-sdk-transfer/types.rb', line 3388

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)

3388
3389
3390
3391
3392
3393
3394
# File 'lib/aws-sdk-transfer/types.rb', line 3388

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)

3388
3389
3390
3391
3392
3393
3394
# File 'lib/aws-sdk-transfer/types.rb', line 3388

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