Class: Aws::ConnectCases::Types::SearchRelatedItemsRequest

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

#case_idString

A unique identifier of the case.

Returns:

  • (String)


3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'lib/aws-sdk-connectcases/types.rb', line 3283

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

#domain_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'lib/aws-sdk-connectcases/types.rb', line 3283

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

#filtersArray<Types::RelatedItemTypeFilter>

The list of types of related items and their parameters to use for filtering.

Returns:



3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'lib/aws-sdk-connectcases/types.rb', line 3283

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'lib/aws-sdk-connectcases/types.rb', line 3283

class SearchRelatedItemsRequest < Struct.new(
  :domain_id,
  :case_id,
  :max_results,
  :next_token,
  :filters)
  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)


3283
3284
3285
3286
3287
3288
3289
3290
3291
# File 'lib/aws-sdk-connectcases/types.rb', line 3283

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