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.
3915 3916 3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-transfer/types.rb', line 3915 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.
3915 3916 3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-transfer/types.rb', line 3915 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.
3915 3916 3917 3918 3919 3920 3921 |
# File 'lib/aws-sdk-transfer/types.rb', line 3915 class ListHostKeysRequest < Struct.new( :max_results, :next_token, :server_id) SENSITIVE = [] include Aws::Structure end |