Module: Aws::Connect::Client::_SearchRoutingProfilesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchRoutingProfilesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
- #routing_profiles ⇒ ::Array[Types::RoutingProfile]
Instance Method Details
#approximate_total_count ⇒ ::Integer
4121 |
# File 'sig/client.rbs', line 4121
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4120 |
# File 'sig/client.rbs', line 4120
def next_token: () -> ::String
|
#routing_profiles ⇒ ::Array[Types::RoutingProfile]
4119 |
# File 'sig/client.rbs', line 4119
def routing_profiles: () -> ::Array[Types::RoutingProfile]
|