Class: Aws::ConnectCases::Types::SearchCasesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::SearchCasesResponse
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cases ⇒ Array<Types::SearchCasesResponseItem>
A list of case documents where each case contains the properties
CaseIdandFieldswhere each field is a complex union structure. -
#next_token ⇒ String
The token for the next set of results.
-
#total_count ⇒ Integer
The total number of cases that matched the search criteria.
Instance Attribute Details
#cases ⇒ Array<Types::SearchCasesResponseItem>
A list of case documents where each case contains the properties
CaseId and Fields where each field is a complex union structure.
3220 3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3220 class SearchCasesResponse < Struct.new( :next_token, :cases, :total_count) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. This is null if there are no more results to return.
3220 3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3220 class SearchCasesResponse < Struct.new( :next_token, :cases, :total_count) SENSITIVE = [] include Aws::Structure end |
#total_count ⇒ Integer
The total number of cases that matched the search criteria.
3220 3221 3222 3223 3224 3225 3226 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3220 class SearchCasesResponse < Struct.new( :next_token, :cases, :total_count) SENSITIVE = [] include Aws::Structure end |