Class: Aws::Connect::Types::ListRoutingProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListRoutingProfilesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#routing_profile_summary_list ⇒ Array<Types::RoutingProfileSummary>
Information about the routing profiles.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
15169 15170 15171 15172 15173 15174 |
# File 'lib/aws-sdk-connect/types.rb', line 15169 class ListRoutingProfilesResponse < Struct.new( :routing_profile_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#routing_profile_summary_list ⇒ Array<Types::RoutingProfileSummary>
Information about the routing profiles.
15169 15170 15171 15172 15173 15174 |
# File 'lib/aws-sdk-connect/types.rb', line 15169 class ListRoutingProfilesResponse < Struct.new( :routing_profile_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |