Class: Aws::Connect::Types::SearchRoutingProfilesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_countInteger

The total number of routing profiles which matched your search query.

Returns:

  • (Integer)


16702
16703
16704
16705
16706
16707
16708
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16702

class SearchRoutingProfilesResponse < Struct.new(
  :routing_profiles,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


16702
16703
16704
16705
16706
16707
16708
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16702

class SearchRoutingProfilesResponse < Struct.new(
  :routing_profiles,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end

#routing_profilesArray<Types::RoutingProfile>

Information about the routing profiles.

Returns:



16702
16703
16704
16705
16706
16707
16708
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16702

class SearchRoutingProfilesResponse < Struct.new(
  :routing_profiles,
  :next_token,
  :approximate_total_count)
  SENSITIVE = []
  include Aws::Structure
end