Class: Aws::Types::ScheduledQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


360
361
362
# File 'sig/types.rbs', line 360

def creation_time
  @creation_time
end

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

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

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

Returns:

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

Returns:

  • ("ENABLED", "DISABLED")


361
362
363
# File 'sig/types.rbs', line 361

def state
  @state
end

#target_destinationTypes::TargetDestination

Returns the value of attribute target_destination.



365
366
367
# File 'sig/types.rbs', line 365

def target_destination
  @target_destination
end