Class: Aws::Transfer::Types::ListWebAppsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of items to return.

Returns:

  • (Integer)


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_tokenString

Returns the ‘NextToken` parameter in the output. You can then pass the `NextToken` parameter in a subsequent command to continue listing additional web apps.

Returns:

  • (String)


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