Class: Aws::QApps::Types::ListQAppSessionDataOutput

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

#next_tokenString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the Q App data collection session.

Returns:

  • (String)


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_dataArray<Types::QAppSessionData>

The collected responses of a Q App session.

Returns:



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_idString

The unique identifier of the Q App data collection session.

Returns:

  • (String)


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