Class: Aws::QApps::Types::ListQAppSessionDataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ListQAppSessionDataOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Q App data collection session.
-
#session_data ⇒ Array<Types::QAppSessionData>
The collected responses of a Q App session.
-
#session_id ⇒ String
The unique identifier of the Q App data collection session.
Instance Attribute Details
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
1787 1788 1789 1790 1791 1792 1793 1794 |
# File 'lib/aws-sdk-qapps/types.rb', line 1787 class ListQAppSessionDataOutput < Struct.new( :session_id, :session_arn, :session_data, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Q App data collection session.
1787 1788 1789 1790 1791 1792 1793 1794 |
# File 'lib/aws-sdk-qapps/types.rb', line 1787 class ListQAppSessionDataOutput < Struct.new( :session_id, :session_arn, :session_data, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_data ⇒ Array<Types::QAppSessionData>
The collected responses of a Q App session.
1787 1788 1789 1790 1791 1792 1793 1794 |
# File 'lib/aws-sdk-qapps/types.rb', line 1787 class ListQAppSessionDataOutput < Struct.new( :session_id, :session_arn, :session_data, :next_token) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the Q App data collection session.
1787 1788 1789 1790 1791 1792 1793 1794 |
# File 'lib/aws-sdk-qapps/types.rb', line 1787 class ListQAppSessionDataOutput < Struct.new( :session_id, :session_arn, :session_data, :next_token) SENSITIVE = [] include Aws::Structure end |