Class: Aws::CustomerProfiles::Types::ScheduledExecutions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Information about scheduled execution timestamps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_executed_atTime

The timestamp of the last successful scheduled execution.

Returns:

  • (Time)


9945
9946
9947
9948
9949
9950
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9945

class ScheduledExecutions < Struct.new(
  :next_executed_at,
  :last_executed_at)
  SENSITIVE = []
  include Aws::Structure
end

#next_executed_atTime

The timestamp of the next scheduled execution.

Returns:

  • (Time)


9945
9946
9947
9948
9949
9950
# File 'lib/aws-sdk-customerprofiles/types.rb', line 9945

class ScheduledExecutions < Struct.new(
  :next_executed_at,
  :last_executed_at)
  SENSITIVE = []
  include Aws::Structure
end