Class: Aws::IoTSiteWise::Types::CreateComputationModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateComputationModelResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#computation_model_arn ⇒ String
The [ARN][1] of the computation model, which has the following format.
-
#computation_model_id ⇒ String
The ID of the computation model.
-
#computation_model_status ⇒ Types::ComputationModelStatus
The status of the computation model, containing a state (CREATING after successfully calling this operation) and any error messages.
Instance Attribute Details
#computation_model_arn ⇒ String
The ARN of the computation model, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}
3439 3440 3441 3442 3443 3444 3445 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3439 class CreateComputationModelResponse < Struct.new( :computation_model_id, :computation_model_arn, :computation_model_status) SENSITIVE = [] include Aws::Structure end |
#computation_model_id ⇒ String
The ID of the computation model.
3439 3440 3441 3442 3443 3444 3445 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3439 class CreateComputationModelResponse < Struct.new( :computation_model_id, :computation_model_arn, :computation_model_status) SENSITIVE = [] include Aws::Structure end |
#computation_model_status ⇒ Types::ComputationModelStatus
The status of the computation model, containing a state (CREATING after successfully calling this operation) and any error messages.
3439 3440 3441 3442 3443 3444 3445 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3439 class CreateComputationModelResponse < Struct.new( :computation_model_id, :computation_model_arn, :computation_model_status) SENSITIVE = [] include Aws::Structure end |