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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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.
| 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1462 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 |