Class: Aws::QConnect::Types::SearchSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SearchSessionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/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.
10180 10181 10182 10183 10184 10185 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10180 class SearchSessionsResponse < Struct.new( :session_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_summaries ⇒ Array<Types::SessionSummary>
Summary information about the sessions.
10180 10181 10182 10183 10184 10185 |
# File 'lib/aws-sdk-qconnect/types.rb', line 10180 class SearchSessionsResponse < Struct.new( :session_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |