Class: Aws::Types::ScheduledQueryDescription
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledQueryDescription
- 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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_run_summary ⇒ Types::ScheduledQueryRunSummary
Returns the value of attribute last_run_summary.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_invocation_time ⇒ ::Time
Returns the value of attribute next_invocation_time.
-
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
-
#previous_invocation_time ⇒ ::Time
Returns the value of attribute previous_invocation_time.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
-
#recently_failed_runs ⇒ ::Array[Types::ScheduledQueryRunSummary]
Returns the value of attribute recently_failed_runs.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#scheduled_query_execution_role_arn ⇒ ::String
Returns the value of attribute scheduled_query_execution_role_arn.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
-
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
371 372 373 |
# File 'sig/types.rbs', line 371 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
374 375 376 |
# File 'sig/types.rbs', line 374 def creation_time @creation_time end |
#error_report_configuration ⇒ Types::ErrorReportConfiguration
Returns the value of attribute error_report_configuration.
383 384 385 |
# File 'sig/types.rbs', line 383 def error_report_configuration @error_report_configuration end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
382 383 384 |
# File 'sig/types.rbs', line 382 def kms_key_id @kms_key_id end |
#last_run_summary ⇒ Types::ScheduledQueryRunSummary
Returns the value of attribute last_run_summary.
384 385 386 |
# File 'sig/types.rbs', line 384 def last_run_summary @last_run_summary end |
#name ⇒ ::String
Returns the value of attribute name.
372 373 374 |
# File 'sig/types.rbs', line 372 def name @name end |
#next_invocation_time ⇒ ::Time
Returns the value of attribute next_invocation_time.
377 378 379 |
# File 'sig/types.rbs', line 377 def next_invocation_time @next_invocation_time end |
#notification_configuration ⇒ Types::NotificationConfiguration
Returns the value of attribute notification_configuration.
379 380 381 |
# File 'sig/types.rbs', line 379 def notification_configuration @notification_configuration end |
#previous_invocation_time ⇒ ::Time
Returns the value of attribute previous_invocation_time.
376 377 378 |
# File 'sig/types.rbs', line 376 def previous_invocation_time @previous_invocation_time end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
373 374 375 |
# File 'sig/types.rbs', line 373 def query_string @query_string end |
#recently_failed_runs ⇒ ::Array[Types::ScheduledQueryRunSummary]
Returns the value of attribute recently_failed_runs.
385 386 387 |
# File 'sig/types.rbs', line 385 def recently_failed_runs @recently_failed_runs end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
378 379 380 |
# File 'sig/types.rbs', line 378 def schedule_configuration @schedule_configuration end |
#scheduled_query_execution_role_arn ⇒ ::String
Returns the value of attribute scheduled_query_execution_role_arn.
381 382 383 |
# File 'sig/types.rbs', line 381 def scheduled_query_execution_role_arn @scheduled_query_execution_role_arn end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
375 376 377 |
# File 'sig/types.rbs', line 375 def state @state end |
#target_configuration ⇒ Types::TargetConfiguration
Returns the value of attribute target_configuration.
380 381 382 |
# File 'sig/types.rbs', line 380 def target_configuration @target_configuration end |