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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


2925
2926
2927
2928
2929
# File 'lib/aws-sdk-states/types.rb', line 2925

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