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]
3577 |
# File 'sig/client.rbs', line 3577
def flow_summary_list: () -> ::Array[Types::FlowSummary]
|
#next_token ⇒ ::String
3578 |
# File 'sig/client.rbs', line 3578
def next_token: () -> ::String
|
#request_id ⇒ ::String
3579 |
# File 'sig/client.rbs', line 3579
def request_id: () -> ::String
|
#status ⇒ ::Integer
3580 |
# File 'sig/client.rbs', line 3580
def status: () -> ::Integer
|