Class: Aws::Appflow::Types::DescribeFlowExecutionRecordsRequest

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

#flow_nameString

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Returns:

  • (String)


1959
1960
1961
1962
1963
1964
1965
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1959

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

#max_resultsInteger

Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

Returns:

  • (Integer)


1959
1960
1961
1962
1963
1964
1965
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1959

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

#next_tokenString

The pagination token for the next page of data.

Returns:

  • (String)


1959
1960
1961
1962
1963
1964
1965
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1959

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