You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::AddApplicationInputProcessingConfigurationResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::KinesisAnalyticsV2::Types::AddApplicationInputProcessingConfigurationResponse
 
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
- 
  
    
      #application_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the application. 
- 
  
    
      #application_version_id  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Provides the current application version. 
- 
  
    
      #input_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The input ID that is associated with the application input. 
- 
  
    
      #input_processing_configuration_description  ⇒ Types::InputProcessingConfigurationDescription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the preprocessor that executes on records in this input before the application\'s code is run. 
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
#application_version_id ⇒ Integer
Provides the current application version.
#input_id ⇒ String
The input ID that is associated with the application input. This is the ID that Kinesis Data Analytics assigns to each input configuration that you add to your application.
#input_processing_configuration_description ⇒ Types::InputProcessingConfigurationDescription
The description of the preprocessor that executes on records in this input before the application\'s code is run.