Class: Aws::ConnectCases::Types::ListCasesForContactResponse

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

#casesArray<Types::CaseSummary>

A list of Case summary information.

Returns:



1699
1700
1701
1702
1703
1704
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1699

class ListCasesForContactResponse < Struct.new(
  :cases,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. This is null if there are no more results to return.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1699

class ListCasesForContactResponse < Struct.new(
  :cases,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end