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

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

#max_resultsInteger

The maximum number of host keys to return.

Returns:

  • (Integer)


3789
3790
3791
3792
3793
3794
3795
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3789

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)


3789
3790
3791
3792
3793
3794
3795
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3789

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)


3789
3790
3791
3792
3793
3794
3795
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3789

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