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.
13748 13749 13750 13751 13752 13753 |
# File 'lib/aws-sdk-connect/types.rb', line 13748 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.
13748 13749 13750 13751 13752 13753 |
# File 'lib/aws-sdk-connect/types.rb', line 13748 class ListRoutingProfilesResponse < Struct.new( :routing_profile_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |