Class: Aws::ConnectCases::Types::SearchAllRelatedItemsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connectcases/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
3000
3001
# File 'lib/aws-sdk-connectcases/types.rb', line 2993

class SearchAllRelatedItemsRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :filters,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::RelatedItemTypeFilter>

The list of types of related items and their parameters to use for filtering. The filters work as an OR condition: caller gets back related items that match any of the specified filter types.

Returns:



2993
2994
2995
2996
2997
2998
2999
3000
3001
# File 'lib/aws-sdk-connectcases/types.rb', line 2993

class SearchAllRelatedItemsRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :filters,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2993
2994
2995
2996
2997
2998
2999
3000
3001
# File 'lib/aws-sdk-connectcases/types.rb', line 2993

class SearchAllRelatedItemsRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :filters,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


2993
2994
2995
2996
2997
2998
2999
3000
3001
# File 'lib/aws-sdk-connectcases/types.rb', line 2993

class SearchAllRelatedItemsRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :filters,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#sortsArray<Types::SearchAllRelatedItemsSort>

A structured set of sort terms to specify the order in which related items should be returned. Supports sorting by association time or case ID. The sorts work in the order specified: first sort term takes precedence over subsequent terms.



2993
2994
2995
2996
2997
2998
2999
3000
3001
# File 'lib/aws-sdk-connectcases/types.rb', line 2993

class SearchAllRelatedItemsRequest < Struct.new(
  :domain_id,
  :max_results,
  :next_token,
  :filters,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end