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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

The current state of the computation model.

Returns:

  • (String)


6559
6560
6561
6562
6563
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 6559

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