Class: Aws::IoTEvents::Types::IotSiteWiseInputIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::IotSiteWiseInputIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/types.rb
Overview
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.
2127 2128 2129 2130 2131 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2127 class IotSiteWiseInputIdentifier < Struct.new( :iot_site_wise_asset_model_property_identifier) SENSITIVE = [] include Aws::Structure end |