Class: Aws::IoTEvents::Types::UpdateInputRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::UpdateInputRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iotevents/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #input_definition  ⇒ Types::InputDefinition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The definition of the input.
 - 
  
    
      #input_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A brief description of the input.
 - 
  
    
      #input_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the input you want to update.
 
Instance Attribute Details
#input_definition ⇒ Types::InputDefinition
The definition of the input.
      3151 3152 3153 3154 3155 3156 3157  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 3151 class UpdateInputRequest < Struct.new( :input_name, :input_description, :input_definition) SENSITIVE = [] include Aws::Structure end  | 
  
#input_description ⇒ String
A brief description of the input.
      3151 3152 3153 3154 3155 3156 3157  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 3151 class UpdateInputRequest < Struct.new( :input_name, :input_description, :input_definition) SENSITIVE = [] include Aws::Structure end  | 
  
#input_name ⇒ String
The name of the input you want to update.
      3151 3152 3153 3154 3155 3156 3157  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 3151 class UpdateInputRequest < Struct.new( :input_name, :input_description, :input_definition) SENSITIVE = [] include Aws::Structure end  |