Module: Aws::QuickSight::Client::_ListFlowsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListFlowsOutput]
- 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]
2773 |
# File 'sig/client.rbs', line 2773
def flow_summary_list: () -> ::Array[Types::FlowSummary]
|
#next_token ⇒ ::String
2774 |
# File 'sig/client.rbs', line 2774
def next_token: () -> ::String
|
#request_id ⇒ ::String
2775 |
# File 'sig/client.rbs', line 2775
def request_id: () -> ::String
|
#status ⇒ ::Integer
2776 |
# File 'sig/client.rbs', line 2776
def status: () -> ::Integer
|