Module: Aws::QuickSight::Client::_SearchFlowsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchFlowsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #flow_summary_list ⇒ ::Array[Types::FlowSummary]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#flow_summary_list ⇒ ::Array[Types::FlowSummary]
3834 |
# File 'sig/client.rbs', line 3834
def flow_summary_list: () -> ::Array[Types::FlowSummary]
|
#next_token ⇒ ::String
3835 |
# File 'sig/client.rbs', line 3835
def next_token: () -> ::String
|
#request_id ⇒ ::String
3836 |
# File 'sig/client.rbs', line 3836
def request_id: () -> ::String
|
#status ⇒ ::Integer
3837 |
# File 'sig/client.rbs', line 3837
def status: () -> ::Integer
|