Class: Aws::IoTEvents::Types::Input
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::Input
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Overview
Information about the input.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #input_configuration  ⇒ Types::InputConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the configuration of an input.
 - 
  
    
      #input_definition  ⇒ Types::InputDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The definition of the input.
 
Instance Attribute Details
#input_configuration ⇒ Types::InputConfiguration
Information about the configuration of an input.
      1860 1861 1862 1863 1864 1865  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1860 class Input < Struct.new( :input_configuration, :input_definition) SENSITIVE = [] include Aws::Structure end  | 
  
#input_definition ⇒ Types::InputDefinition
The definition of the input.
      1860 1861 1862 1863 1864 1865  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 1860 class Input < Struct.new( :input_configuration, :input_definition) SENSITIVE = [] include Aws::Structure end  |