Class: Aws::QuickSight::Types::SearchFlowsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchFlowsOutput
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_summary_list ⇒ Array<Types::FlowSummary>
The list of flows found against the search.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#flow_summary_list ⇒ Array<Types::FlowSummary>
The list of flows found against the search.
31470 31471 31472 31473 31474 31475 31476 31477 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31470 class SearchFlowsOutput < Struct.new( :flow_summary_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
31470 31471 31472 31473 31474 31475 31476 31477 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31470 class SearchFlowsOutput < Struct.new( :flow_summary_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
31470 31471 31472 31473 31474 31475 31476 31477 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31470 class SearchFlowsOutput < Struct.new( :flow_summary_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
31470 31471 31472 31473 31474 31475 31476 31477 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31470 class SearchFlowsOutput < Struct.new( :flow_summary_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |