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
4079 |
# File 'sig/client.rbs', line 4079
def approximate_total_count: () -> ::Integer
|
#next_token ⇒ ::String
4078 |
# File 'sig/client.rbs', line 4078
def next_token: () -> ::String
|
#routing_profiles ⇒ ::Array[Types::RoutingProfile]
4077 |
# File 'sig/client.rbs', line 4077
def routing_profiles: () -> ::Array[Types::RoutingProfile]
|