Class: Aws::Connect::Types::SearchRoutingProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchRoutingProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approximate_total_count ⇒ Integer
The total number of routing profiles which matched your search query.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#routing_profiles ⇒ Array<Types::RoutingProfile>
Information about the routing profiles.
Instance Attribute Details
#approximate_total_count ⇒ Integer
The total number of routing profiles which matched your search query.
18589 18590 18591 18592 18593 18594 18595 |
# File 'lib/aws-sdk-connect/types.rb', line 18589 class SearchRoutingProfilesResponse < Struct.new( :routing_profiles, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
18589 18590 18591 18592 18593 18594 18595 |
# File 'lib/aws-sdk-connect/types.rb', line 18589 class SearchRoutingProfilesResponse < Struct.new( :routing_profiles, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |
#routing_profiles ⇒ Array<Types::RoutingProfile>
Information about the routing profiles.
18589 18590 18591 18592 18593 18594 18595 |
# File 'lib/aws-sdk-connect/types.rb', line 18589 class SearchRoutingProfilesResponse < Struct.new( :routing_profiles, :next_token, :approximate_total_count) SENSITIVE = [] include Aws::Structure end |