Class: Aws::QuickSight::Types::ListFlowsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListFlowsOutput
- 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>
A structure that contains all of the flows in your Amazon Web Services account.
-
#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>
A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.
26063 26064 26065 26066 26067 26068 26069 26070 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26063 class ListFlowsOutput < 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.
26063 26064 26065 26066 26067 26068 26069 26070 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26063 class ListFlowsOutput < 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.
26063 26064 26065 26066 26067 26068 26069 26070 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26063 class ListFlowsOutput < Struct.new( :flow_summary_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
26063 26064 26065 26066 26067 26068 26069 26070 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26063 class ListFlowsOutput < Struct.new( :flow_summary_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |