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