Class: Aws::Transfer::Types::ListConnectorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListConnectorsRequest
- 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 connectors to return.
-
#next_token ⇒ String
When you can get additional results from the `ListConnectors` call, a `NextToken` parameter is returned in the output.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of connectors to return.
3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-transfer/types.rb', line 3268 class ListConnectorsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When you can get additional results from the `ListConnectors` call, a `NextToken` parameter is returned in the output. You can then pass in a subsequent command to the `NextToken` parameter to continue listing additional connectors.
3268 3269 3270 3271 3272 3273 |
# File 'lib/aws-sdk-transfer/types.rb', line 3268 class ListConnectorsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |