Class: Aws::IoTSiteWise::Types::DescribeComputationModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeComputationModelRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_model_id ⇒ String
The ID of the computation model.
Instance Attribute Details
#computation_model_id ⇒ String
The ID of the computation model.
5445 5446 5447 5448 5449 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5445 class DescribeComputationModelRequest < Struct.new( :computation_model_id) SENSITIVE = [] include Aws::Structure end |