Class: Aws::IoTEvents::Types::IotSiteWiseAssetModelPropertyIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::IotSiteWiseAssetModelPropertyIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
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.
2113 2114 2115 2116 2117 2118 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2113 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.
2113 2114 2115 2116 2117 2118 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2113 class IotSiteWiseAssetModelPropertyIdentifier < Struct.new( :asset_model_id, :property_id) SENSITIVE = [] include Aws::Structure end |