Class: Aws::Types::ScheduledQueryRunSummary
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledQueryRunSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_report_location ⇒ Types::ErrorReportLocation
Returns the value of attribute error_report_location.
-
#execution_stats ⇒ Types::ExecutionStats
Returns the value of attribute execution_stats.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#invocation_time ⇒ ::Time
Returns the value of attribute invocation_time.
-
#query_insights_response ⇒ Types::ScheduledQueryInsightsResponse
Returns the value of attribute query_insights_response.
-
#run_status ⇒ "AUTO_TRIGGER_SUCCESS", ...
Returns the value of attribute run_status.
-
#trigger_time ⇒ ::Time
Returns the value of attribute trigger_time.
Instance Attribute Details
#error_report_location ⇒ Types::ErrorReportLocation
Returns the value of attribute error_report_location.
409 410 411 |
# File 'sig/types.rbs', line 409 def error_report_location @error_report_location end |
#execution_stats ⇒ Types::ExecutionStats
Returns the value of attribute execution_stats.
407 408 409 |
# File 'sig/types.rbs', line 407 def execution_stats @execution_stats end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
410 411 412 |
# File 'sig/types.rbs', line 410 def failure_reason @failure_reason end |
#invocation_time ⇒ ::Time
Returns the value of attribute invocation_time.
404 405 406 |
# File 'sig/types.rbs', line 404 def invocation_time @invocation_time end |
#query_insights_response ⇒ Types::ScheduledQueryInsightsResponse
Returns the value of attribute query_insights_response.
408 409 410 |
# File 'sig/types.rbs', line 408 def query_insights_response @query_insights_response end |
#run_status ⇒ "AUTO_TRIGGER_SUCCESS", ...
Returns the value of attribute run_status.
406 407 408 |
# File 'sig/types.rbs', line 406 def run_status @run_status end |
#trigger_time ⇒ ::Time
Returns the value of attribute trigger_time.
405 406 407 |
# File 'sig/types.rbs', line 405 def trigger_time @trigger_time end |