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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


16283
16284
16285
16286
16287
16288
16289
# File 'lib/aws-sdk-connect/types.rb', line 16283

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)


16283
16284
16285
16286
16287
16288
16289
# File 'lib/aws-sdk-connect/types.rb', line 16283

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:



16283
16284
16285
16286
16287
16288
16289
# File 'lib/aws-sdk-connect/types.rb', line 16283

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