Class: Aws::IoTEvents::Types::IotSiteWiseAssetModelPropertyIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::IotSiteWiseAssetModelPropertyIdentifier
- Defined in:
- gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb
Overview
Note:
When making an API call, you may pass IotSiteWiseAssetModelPropertyIdentifier data as a hash:
{
asset_model_id: "AssetModelId", # required
property_id: "AssetPropertyId", # required
}
The asset model property identifer of the input routed from AWS IoT SiteWise.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_model_id ⇒ String
The ID of the AWS IoT SiteWise asset model.
-
#property_id ⇒ String
The ID of the AWS IoT SiteWise asset property.
Instance Attribute Details
#asset_model_id ⇒ String
The ID of the AWS IoT SiteWise asset model.
4007 4008 4009 4010 4011 4012 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 4007 class IotSiteWiseAssetModelPropertyIdentifier < Struct.new( :asset_model_id, :property_id) SENSITIVE = [] include Aws::Structure end |
#property_id ⇒ String
The ID of the AWS IoT SiteWise asset property.
4007 4008 4009 4010 4011 4012 |
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 4007 class IotSiteWiseAssetModelPropertyIdentifier < Struct.new( :asset_model_id, :property_id) SENSITIVE = [] include Aws::Structure end |