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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-states/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)


3704
3705
3706
3707
3708
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 3704

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