Class: Aws::States::Types::RedriveExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::RedriveExecutionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#redrive_date ⇒ Time
The date the execution was last redriven.
Instance Attribute Details
#redrive_date ⇒ Time
The date the execution was last redriven.
3258 3259 3260 3261 3262 |
# File 'lib/aws-sdk-states/types.rb', line 3258 class RedriveExecutionOutput < Struct.new( :redrive_date) SENSITIVE = [] include Aws::Structure end |