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