Class: Aws::QApps::Types::ExportQAppSessionDataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QApps::Types::ExportQAppSessionDataOutput
- Defined in:
- gems/aws-sdk-qapps/lib/aws-sdk-qapps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#csv_file_link ⇒ String
The link where the exported Q App session data can be downloaded from.
-
#expires_at ⇒ Time
The date and time when the link for the exported Q App session data expires.
-
#session_arn ⇒ String
The Amazon Resource Name (ARN) of the Q App data collection session.
Instance Attribute Details
#csv_file_link ⇒ String
The link where the exported Q App session data can be downloaded from.
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_at ⇒ Time
The date and time when the link for the exported Q App session data expires.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the Q App data collection session.
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 |