Class: Aws::IoTSiteWise::Types::ExecutionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ExecutionStatus
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
The status of the execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the computation model.
Instance Attribute Details
#state ⇒ String
The current state of the computation model.
8910 8911 8912 8913 8914 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8910 class ExecutionStatus < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |