Class: Aws::States::Types::RedriveExecutionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/lib/aws-sdk-states/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#redrive_dateTime

The date the execution was last redriven.

Returns:

  • (Time)


3066
3067
3068
3069
3070
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3066

class RedriveExecutionOutput < Struct.new(
  :redrive_date)
  SENSITIVE = []
  include Aws::Structure
end