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)


2390
2391
2392
2393
2394
# File 'lib/aws-sdk-states/types.rb', line 2390

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