Class: Aws::States::Types::StopExecutionOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#stop_dateTime

The date the execution is stopped.

Returns:

  • (Time)


1620
1621
1622
1623
# File 'lib/aws-sdk-states/types.rb', line 1620

class StopExecutionOutput < Struct.new(
  :stop_date)
  include Aws::Structure
end