Class: Aws::QApps::Types::ExportQAppSessionDataOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

The link where the exported Q App session data can be downloaded from.

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1026

class ExportQAppSessionDataOutput < Struct.new(
  :csv_file_link,
  :expires_at,
  :session_arn)
  SENSITIVE = []
  include Aws::Structure
end

#expires_atTime

The date and time when the link for the exported Q App session data expires.

Returns:

  • (Time)


1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1026

class ExportQAppSessionDataOutput < Struct.new(
  :csv_file_link,
  :expires_at,
  :session_arn)
  SENSITIVE = []
  include Aws::Structure
end

#session_arnString

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

Returns:

  • (String)


1026
1027
1028
1029
1030
1031
1032
# File 'gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb', line 1026

class ExportQAppSessionDataOutput < Struct.new(
  :csv_file_link,
  :expires_at,
  :session_arn)
  SENSITIVE = []
  include Aws::Structure
end