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