Class: Aws::IoTEvents::Types::InputIdentifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::InputIdentifier
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Overview
The identifer of the input.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #iot_events_input_identifier  ⇒ Types::IotEventsInputIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the input routed to AWS IoT Events.
 - 
  
    
      #iot_site_wise_input_identifier  ⇒ Types::IotSiteWiseInputIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifer of the input routed from AWS IoT SiteWise.
 
Instance Attribute Details
#iot_events_input_identifier ⇒ Types::IotEventsInputIdentifier
The identifier of the input routed to AWS IoT Events.
      1931 1932 1933 1934 1935 1936  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1931 class InputIdentifier < Struct.new( :iot_events_input_identifier, :iot_site_wise_input_identifier) SENSITIVE = [] include Aws::Structure end  | 
  
#iot_site_wise_input_identifier ⇒ Types::IotSiteWiseInputIdentifier
The identifer of the input routed from AWS IoT SiteWise.
      1931 1932 1933 1934 1935 1936  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1931 class InputIdentifier < Struct.new( :iot_events_input_identifier, :iot_site_wise_input_identifier) SENSITIVE = [] include Aws::Structure end  |