Module: Aws::Connect::Client::_SearchContactFlowsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchContactFlowsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #contact_flows ⇒ ::Array[Types::ContactFlow]
- #next_token ⇒ ::String
Instance Method Details
#approximate_total_count ⇒ ::Integer
3909 |
# File 'sig/client.rbs', line 3909
def approximate_total_count: () -> ::Integer
|
#contact_flows ⇒ ::Array[Types::ContactFlow]
3907 |
# File 'sig/client.rbs', line 3907
def contact_flows: () -> ::Array[Types::ContactFlow]
|
#next_token ⇒ ::String
3908 |
# File 'sig/client.rbs', line 3908
def next_token: () -> ::String
|