Class: Aws::Appflow::Types::ListFlowsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies the maximum number of items that should be returned in the result set.

Returns:

  • (Integer)


3093
3094
3095
3096
3097
3098
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3093

class ListFlowsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token for next page of data.

Returns:

  • (String)


3093
3094
3095
3096
3097
3098
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3093

class ListFlowsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end