Class: Aws::TimestreamQuery::Types::ScheduledQueryRunSummary

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

Overview

Run summary for the scheduled query

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_report_locationTypes::ErrorReportLocation

S3 location for error report.



1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1132

class ScheduledQueryRunSummary < Struct.new(
  :invocation_time,
  :trigger_time,
  :run_status,
  :execution_stats,
  :error_report_location,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#execution_statsTypes::ExecutionStats

Runtime statistics for a scheduled run.



1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1132

class ScheduledQueryRunSummary < Struct.new(
  :invocation_time,
  :trigger_time,
  :run_status,
  :execution_stats,
  :error_report_location,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

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.

Returns:

  • (String)


1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1132

class ScheduledQueryRunSummary < Struct.new(
  :invocation_time,
  :trigger_time,
  :run_status,
  :execution_stats,
  :error_report_location,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_timeTime

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.

Returns:

  • (Time)


1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1132

class ScheduledQueryRunSummary < Struct.new(
  :invocation_time,
  :trigger_time,
  :run_status,
  :execution_stats,
  :error_report_location,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#run_statusString

The status of a scheduled query run.

Returns:

  • (String)


1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1132

class ScheduledQueryRunSummary < Struct.new(
  :invocation_time,
  :trigger_time,
  :run_status,
  :execution_stats,
  :error_report_location,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_timeTime

The actual time when the query was run.

Returns:

  • (Time)


1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1132

class ScheduledQueryRunSummary < Struct.new(
  :invocation_time,
  :trigger_time,
  :run_status,
  :execution_stats,
  :error_report_location,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end