Class: Aws::TimestreamQuery::Types::ScheduledQueryRunSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ScheduledQueryRunSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
Run summary for the scheduled query
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_report_location ⇒ Types::ErrorReportLocation
S3 location for error report.
-
#execution_stats ⇒ Types::ExecutionStats
Runtime statistics for a scheduled run.
-
#failure_reason ⇒ String
Error message for the scheduled query in case of failure.
-
#invocation_time ⇒ Time
InvocationTime for this run.
-
#run_status ⇒ String
The status of a scheduled query run.
-
#trigger_time ⇒ Time
The actual time when the query was run.
Instance Attribute Details
#error_report_location ⇒ Types::ErrorReportLocation
S3 location for error report.
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1165 class ScheduledQueryRunSummary < Struct.new( :invocation_time, :trigger_time, :run_status, :execution_stats, :error_report_location, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#execution_stats ⇒ Types::ExecutionStats
Runtime statistics for a scheduled run.
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1165 class ScheduledQueryRunSummary < Struct.new( :invocation_time, :trigger_time, :run_status, :execution_stats, :error_report_location, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
Error message for the scheduled query in case of failure. You might have to look at the error report to get more detailed error reasons.
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1165 class ScheduledQueryRunSummary < Struct.new( :invocation_time, :trigger_time, :run_status, :execution_stats, :error_report_location, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#invocation_time ⇒ Time
InvocationTime for this run. This is the time at which the query is scheduled to run. Parameter ‘@scheduled_runtime` can be used in the query to get the value.
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1165 class ScheduledQueryRunSummary < Struct.new( :invocation_time, :trigger_time, :run_status, :execution_stats, :error_report_location, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#run_status ⇒ String
The status of a scheduled query run.
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1165 class ScheduledQueryRunSummary < Struct.new( :invocation_time, :trigger_time, :run_status, :execution_stats, :error_report_location, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#trigger_time ⇒ Time
The actual time when the query was run.
1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1165 class ScheduledQueryRunSummary < Struct.new( :invocation_time, :trigger_time, :run_status, :execution_stats, :error_report_location, :failure_reason) SENSITIVE = [] include Aws::Structure end |