Class: Aws::Transfer::Types::ListHostKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListHostKeysResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#host_keys ⇒ Array<Types::ListedHostKey>
Returns an array, where each item contains the details of a host key.
-
#next_token ⇒ String
Returns a token that you can use to call
ListHostKeys
again and receive additional results, if there are any. -
#server_id ⇒ String
Returns the server identifier that contains the listed host keys.
Instance Attribute Details
#host_keys ⇒ Array<Types::ListedHostKey>
Returns an array, where each item contains the details of a host key.
4217 4218 4219 4220 4221 4222 4223 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4217 class ListHostKeysResponse < Struct.new( :next_token, :server_id, :host_keys) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Returns a token that you can use to call ListHostKeys
again and
receive additional results, if there are any.
4217 4218 4219 4220 4221 4222 4223 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4217 class ListHostKeysResponse < Struct.new( :next_token, :server_id, :host_keys) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
Returns the server identifier that contains the listed host keys.
4217 4218 4219 4220 4221 4222 4223 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4217 class ListHostKeysResponse < Struct.new( :next_token, :server_id, :host_keys) SENSITIVE = [] include Aws::Structure end |