Class: Aws::QuickSight::Types::SearchFlowsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id ⇒ String

The ID of the Amazon Web Services account where you are searching for flows from.

Returns:

  • (String)


40696
40697
40698
40699
40700
40701
40702
40703
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40696

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

#filters ⇒ Array<Types::SearchFlowsFilter>

The filters applied to the search when searching for flows in the Amazon Web Services account.

Returns:



40696
40697
40698
40699
40700
40701
40702
40703
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40696

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

#max_results ⇒ Integer

The maximum number of results to be returned per request.

Returns:

  • (Integer)


40696
40697
40698
40699
40700
40701
40702
40703
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40696

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

#next_token ⇒ String

The token to request the next set of results, or null if you want to retrieve the first set.

Returns:

  • (String)


40696
40697
40698
40699
40700
40701
40702
40703
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40696

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