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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/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)


3057
3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3057

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:



3057
3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3057

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)


3057
3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3057

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)


3057
3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3057

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.



3057
3058
3059
3060
3061
3062
3063
3064
3065
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3057

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