Class: Aws::ConnectCases::Types::SearchCasesRequest

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)


2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2165

class SearchCasesRequest < Struct.new(
  :domain_id,
  :fields,
  :filter,
  :max_results,
  :next_token,
  :search_term,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#fieldsArray<Types::FieldIdentifier>

The list of field identifiers to be returned as part of the response.

Returns:



2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2165

class SearchCasesRequest < Struct.new(
  :domain_id,
  :fields,
  :filter,
  :max_results,
  :next_token,
  :search_term,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#filterTypes::CaseFilter

A list of filter objects.

Returns:



2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2165

class SearchCasesRequest < Struct.new(
  :domain_id,
  :fields,
  :filter,
  :max_results,
  :next_token,
  :search_term,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of cases to return. The current maximum supported value is 25. This is also the default value when no other value is provided.

Returns:

  • (Integer)


2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2165

class SearchCasesRequest < Struct.new(
  :domain_id,
  :fields,
  :filter,
  :max_results,
  :next_token,
  :search_term,
  :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)


2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2165

class SearchCasesRequest < Struct.new(
  :domain_id,
  :fields,
  :filter,
  :max_results,
  :next_token,
  :search_term,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#search_termString

A word or phrase used to perform a quick search.

Returns:

  • (String)


2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2165

class SearchCasesRequest < Struct.new(
  :domain_id,
  :fields,
  :filter,
  :max_results,
  :next_token,
  :search_term,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end

#sortsArray<Types::Sort>

A list of sorts where each sort specifies a field and their sort order to be applied to the results.

Returns:



2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2165

class SearchCasesRequest < Struct.new(
  :domain_id,
  :fields,
  :filter,
  :max_results,
  :next_token,
  :search_term,
  :sorts)
  SENSITIVE = []
  include Aws::Structure
end