Class: Aws::States::Types::StopExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::States::Types::StopExecutionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-states/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stop_date ⇒ Time
The date the execution is stopped.
Instance Attribute Details
#stop_date ⇒ Time
The date the execution is stopped.
3908 3909 3910 3911 3912 |
# File 'lib/aws-sdk-states/types.rb', line 3908 class StopExecutionOutput < Struct.new( :stop_date) SENSITIVE = [] include Aws::Structure end |