AddApplicationInputProcessingConfigurationResponse class

Constructors

AddApplicationInputProcessingConfigurationResponse({String? applicationARN, int? applicationVersionId, String? inputId, InputProcessingConfigurationDescription? inputProcessingConfigurationDescription})
AddApplicationInputProcessingConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

applicationARN String?
The Amazon Resource Name (ARN) of the application.
final
applicationVersionId int?
Provides the current application version.
final
hashCode int
The hash code for this object.
no setterinherited
inputId 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.
final
inputProcessingConfigurationDescription InputProcessingConfigurationDescription?
The description of the preprocessor that executes on records in this input before the application's code is run.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited