Class: Aws::IoTEvents::Types::IotSiteWiseInputIdentifier

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/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

Instance Attribute Details

#iot_site_wise_asset_model_property_identifierTypes::IotSiteWiseAssetModelPropertyIdentifier

The identifier of the AWS IoT SiteWise asset model property.



2127
2128
2129
2130
2131
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2127

class IotSiteWiseInputIdentifier < Struct.new(
  :iot_site_wise_asset_model_property_identifier)
  SENSITIVE = []
  include Aws::Structure
end