Class: Aws::Types::ScheduledQueryRunSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_report_locationTypes::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_statsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


404
405
406
# File 'sig/types.rbs', line 404

def invocation_time
  @invocation_time
end

#query_insights_responseTypes::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.

Returns:

  • ("AUTO_TRIGGER_SUCCESS", "AUTO_TRIGGER_FAILURE", "MANUAL_TRIGGER_SUCCESS", "MANUAL_TRIGGER_FAILURE")


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.

Returns:

  • (::Time)


405
406
407
# File 'sig/types.rbs', line 405

def trigger_time
  @trigger_time
end