Class: Aws::QConnect::Types::SearchSessionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SearchSessionsResponse
- Defined in:
- gems/aws-sdk-qconnect/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.
8677 8678 8679 8680 8681 8682 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8677 class SearchSessionsResponse < Struct.new( :next_token, :session_summaries) SENSITIVE = [] include Aws::Structure end |
#session_summaries ⇒ Array<Types::SessionSummary>
Summary information about the sessions.
8677 8678 8679 8680 8681 8682 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8677 class SearchSessionsResponse < Struct.new( :next_token, :session_summaries) SENSITIVE = [] include Aws::Structure end |