Class: Aws::IoTEvents::Types::CreateInputRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTEvents::Types::CreateInputRequest
 
 
- 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 you want to give to the input.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Metadata that can be used to manage the input.
 
Instance Attribute Details
#input_definition ⇒ Types::InputDefinition
The definition of the input.
      975 976 977 978 979 980 981 982  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 975 class CreateInputRequest < Struct.new( :input_name, :input_description, :input_definition, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#input_description ⇒ String
A brief description of the input.
      975 976 977 978 979 980 981 982  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 975 class CreateInputRequest < Struct.new( :input_name, :input_description, :input_definition, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#input_name ⇒ String
The name you want to give to the input.
      975 976 977 978 979 980 981 982  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 975 class CreateInputRequest < Struct.new( :input_name, :input_description, :input_definition, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
Metadata that can be used to manage the input.
      975 976 977 978 979 980 981 982  | 
    
      # File 'lib/aws-sdk-iotevents/types.rb', line 975 class CreateInputRequest < Struct.new( :input_name, :input_description, :input_definition, :tags) SENSITIVE = [] include Aws::Structure end  |