Class: Aws::TimestreamQuery::Types::ScheduledQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ScheduledQuery
- Defined in:
- gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb
Overview
Scheduled Query
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name.
-
#creation_time ⇒ Time
The creation time of the scheduled query.
-
#error_report_configuration ⇒ Types::ErrorReportConfiguration
Configuration for scheduled query error reporting.
-
#last_run_status ⇒ String
Status of the last scheduled query run.
-
#name ⇒ String
The name of the scheduled query.
-
#next_invocation_time ⇒ Time
The next time the scheduled query is to be run.
-
#previous_invocation_time ⇒ Time
The last time the scheduled query was run.
-
#state ⇒ String
State of scheduled query.
-
#target_destination ⇒ Types::TargetDestination
Target data source where final scheduled query result will be written.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the scheduled query.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |
#error_report_configuration ⇒ Types::ErrorReportConfiguration
Configuration for scheduled query error reporting.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |
#last_run_status ⇒ String
Status of the last scheduled query run.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the scheduled query.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |
#next_invocation_time ⇒ Time
The next time the scheduled query is to be run.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |
#previous_invocation_time ⇒ Time
The last time the scheduled query was run.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of scheduled query.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |
#target_destination ⇒ Types::TargetDestination
Target data source where final scheduled query result will be written.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1297 class ScheduledQuery < Struct.new( :arn, :name, :creation_time, :state, :previous_invocation_time, :next_invocation_time, :error_report_configuration, :target_destination, :last_run_status) SENSITIVE = [] include Aws::Structure end |