Class: Aws::Transfer::Types::ListHostKeysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListHostKeysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of host keys to return.
-
#next_token ⇒ String
When there are additional results that were not returned, a `NextToken` parameter is returned.
-
#server_id ⇒ String
The identifier of the server that contains the host keys that you want to view.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of host keys to return.
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_token ⇒ String
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.
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_id ⇒ String
The identifier of the server that contains the host keys that you want to view.
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 |