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
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.
      2126 2127 2128 2129 2130  | 
    
      # File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2126 class IotSiteWiseInputIdentifier < Struct.new( :iot_site_wise_asset_model_property_identifier) SENSITIVE = [] include Aws::Structure end  |