Class: Aws::Types::ScheduledQuery
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledQuery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#error_report_configuration ⇒ Types::ErrorReportConfiguration
Returns the value of attribute error_report_configuration.
-
#last_run_status ⇒ "AUTO_TRIGGER_SUCCESS", ...
Returns the value of attribute last_run_status.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_invocation_time ⇒ ::Time
Returns the value of attribute next_invocation_time.
-
#previous_invocation_time ⇒ ::Time
Returns the value of attribute previous_invocation_time.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#target_destination ⇒ Types::TargetDestination
Returns the value of attribute target_destination.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
358 359 360 |
# File 'sig/types.rbs', line 358 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
360 361 362 |
# File 'sig/types.rbs', line 360 def creation_time @creation_time end |
#error_report_configuration ⇒ Types::ErrorReportConfiguration
Returns the value of attribute error_report_configuration.
364 365 366 |
# File 'sig/types.rbs', line 364 def error_report_configuration @error_report_configuration end |
#last_run_status ⇒ "AUTO_TRIGGER_SUCCESS", ...
Returns the value of attribute last_run_status.
366 367 368 |
# File 'sig/types.rbs', line 366 def last_run_status @last_run_status end |
#name ⇒ ::String
Returns the value of attribute name.
359 360 361 |
# File 'sig/types.rbs', line 359 def name @name end |
#next_invocation_time ⇒ ::Time
Returns the value of attribute next_invocation_time.
363 364 365 |
# File 'sig/types.rbs', line 363 def next_invocation_time @next_invocation_time end |
#previous_invocation_time ⇒ ::Time
Returns the value of attribute previous_invocation_time.
362 363 364 |
# File 'sig/types.rbs', line 362 def previous_invocation_time @previous_invocation_time end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
361 362 363 |
# File 'sig/types.rbs', line 361 def state @state end |
#target_destination ⇒ Types::TargetDestination
Returns the value of attribute target_destination.
365 366 367 |
# File 'sig/types.rbs', line 365 def target_destination @target_destination end |