Class: Aws::IoTSiteWise::Types::CreateAssetModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateAssetModelResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_arn ⇒ String
The [ARN][1] of the asset model, which has the following format.
-
#asset_model_id ⇒ String
The ID of the asset model.
-
#asset_model_status ⇒ Types::AssetModelStatus
The status of the asset model, which contains a state (
CREATING
after successfully calling this operation) and any error message.
Instance Attribute Details
#asset_model_arn ⇒ String
The ARN of the asset model, which has the following format.
arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:asset-model/$\{AssetModelId\}
2545 2546 2547 2548 2549 2550 2551 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2545 class CreateAssetModelResponse < Struct.new( :asset_model_id, :asset_model_arn, :asset_model_status) SENSITIVE = [] include Aws::Structure end |
#asset_model_id ⇒ String
The ID of the asset model. You can use this ID when you call other IoT SiteWise APIs.
2545 2546 2547 2548 2549 2550 2551 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2545 class CreateAssetModelResponse < Struct.new( :asset_model_id, :asset_model_arn, :asset_model_status) SENSITIVE = [] include Aws::Structure end |
#asset_model_status ⇒ Types::AssetModelStatus
The status of the asset model, which contains a state (CREATING
after successfully calling this operation) and any error message.
2545 2546 2547 2548 2549 2550 2551 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2545 class CreateAssetModelResponse < Struct.new( :asset_model_id, :asset_model_arn, :asset_model_status) SENSITIVE = [] include Aws::Structure end |