Class: Aws::ConnectWisdomService::Types::SearchSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::SearchSessionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#session_summaries ⇒ Array<Types::SessionSummary>
Summary information about the sessions.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
3357 3358 3359 3360 3361 3362 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3357 class SearchSessionsResponse < Struct.new( :next_token, :session_summaries) SENSITIVE = [] include Aws::Structure end |
#session_summaries ⇒ Array<Types::SessionSummary>
Summary information about the sessions.
3357 3358 3359 3360 3361 3362 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 3357 class SearchSessionsResponse < Struct.new( :next_token, :session_summaries) SENSITIVE = [] include Aws::Structure end |