Class: Aws::IoTSiteWise::Types::ExecutionStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

The status of the execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the computation model.

Returns:

  • (String)


8864
8865
8866
8867
8868
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8864

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