Class: Aws::QuickSight::Types::SearchFlowsOutput

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

#flow_summary_listArray<Types::FlowSummary>

The list of flows found against the search.

Returns:



32504
32505
32506
32507
32508
32509
32510
32511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32504

class SearchFlowsOutput < Struct.new(
  :flow_summary_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


32504
32505
32506
32507
32508
32509
32510
32511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32504

class SearchFlowsOutput < Struct.new(
  :flow_summary_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


32504
32505
32506
32507
32508
32509
32510
32511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32504

class SearchFlowsOutput < Struct.new(
  :flow_summary_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


32504
32505
32506
32507
32508
32509
32510
32511
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32504

class SearchFlowsOutput < Struct.new(
  :flow_summary_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end