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

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

#stop_dateTime

The date the execution is stopped.

Returns:

  • (Time)


3563
3564
3565
3566
3567
# File 'lib/aws-sdk-states/types.rb', line 3563

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