Class: Aws::Transfer::Types::ListWebAppsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListWebAppsRequest
- 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 items to return.
-
#next_token ⇒ String
Returns the ‘NextToken` parameter in the output.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return.
4540 4541 4542 4543 4544 4545 |
# File 'lib/aws-sdk-transfer/types.rb', line 4540 class ListWebAppsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Returns the ‘NextToken` parameter in the output. You can then pass the `NextToken` parameter in a subsequent command to continue listing additional web apps.
4540 4541 4542 4543 4544 4545 |
# File 'lib/aws-sdk-transfer/types.rb', line 4540 class ListWebAppsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |