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)


4011
4012
4013
4014
4015
# File 'gems/aws-sdk-states/lib/aws-sdk-states/types.rb', line 4011

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