Class: Aws::ConnectCases::Types::ListCasesForContactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::ListCasesForContactResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cases ⇒ Array<Types::CaseSummary>
A list of Case summary information.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#cases ⇒ Array<Types::CaseSummary>
A list of Case summary information.
2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2120 class ListCasesForContactResponse < Struct.new( :cases, :next_token) 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.
2120 2121 2122 2123 2124 2125 |
# File 'lib/aws-sdk-connectcases/types.rb', line 2120 class ListCasesForContactResponse < Struct.new( :cases, :next_token) SENSITIVE = [] include Aws::Structure end |