Class: Aws::Types::ScheduledQueryDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:query_string])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


374
375
376
# File 'sig/types.rbs', line 374

def creation_time
  @creation_time
end

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

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def kms_key_id
  @kms_key_id
end

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

Returns:

  • (::String)


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.

Returns:

  • (::Time)


377
378
379
# File 'sig/types.rbs', line 377

def next_invocation_time
  @next_invocation_time
end

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

Returns:

  • (::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.

Returns:

  • (::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.

Returns:



385
386
387
# File 'sig/types.rbs', line 385

def recently_failed_runs
  @recently_failed_runs
end

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

Returns:

  • (::String)


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.

Returns:

  • ("ENABLED", "DISABLED")


375
376
377
# File 'sig/types.rbs', line 375

def state
  @state
end

#target_configurationTypes::TargetConfiguration

Returns the value of attribute target_configuration.



380
381
382
# File 'sig/types.rbs', line 380

def target_configuration
  @target_configuration
end