Class: Aws::QApps::Types::ExportQAppSessionDataInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ExportQAppSessionDataInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The unique identifier of the Amazon Q Business application environment instance.
-
#session_id ⇒ String
The unique identifier of the Q App data collection session.
Instance Attribute Details
#instance_id ⇒ String
The unique identifier of the Amazon Q Business application environment instance.
1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-qapps/types.rb', line 1003 class ExportQAppSessionDataInput < Struct.new( :instance_id, :session_id) SENSITIVE = [] include Aws::Structure end |
#session_id ⇒ String
The unique identifier of the Q App data collection session.
1003 1004 1005 1006 1007 1008 |
# File 'lib/aws-sdk-qapps/types.rb', line 1003 class ExportQAppSessionDataInput < Struct.new( :instance_id, :session_id) SENSITIVE = [] include Aws::Structure end |