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.
4011 4012 4013 4014 4015 |
# File 'lib/aws-sdk-states/types.rb', line 4011 class StopExecutionOutput < Struct.new( :stop_date) SENSITIVE = [] include Aws::Structure end |