Class: Aws::Appflow::Types::ListFlowsResponse

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

#flowsArray<Types::FlowDefinition>

The list of flows associated with your account.

Returns:



3110
3111
3112
3113
3114
3115
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3110

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

#next_tokenString

The pagination token for next page of data.

Returns:

  • (String)


3110
3111
3112
3113
3114
3115
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 3110

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