Class: Aws::QApps::Types::ListQAppSessionDataInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qapps/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The unique identifier of the Amazon Q Business application environment instance.



1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-qapps/types.rb', line 1761

class ListQAppSessionDataInput < Struct.new(
  :instance_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier of the Q App data collection session.



1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-qapps/types.rb', line 1761

class ListQAppSessionDataInput < Struct.new(
  :instance_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end