class Aws::KinesisAnalytics::Types::DiscoverInputSchemaResponse
@!attribute [rw] input_schema
Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create. @return [Types::SourceSchema]
@!attribute [rw] parsed_input_records
An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row). @return [Array<Array<String>>]
@!attribute [rw] processed_input_records
Stream data that was modified by the processor specified in the `InputProcessingConfiguration` parameter. @return [Array<String>]
@!attribute [rw] raw_input_records
Raw stream data that was sampled to infer the schema. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/DiscoverInputSchemaResponse AWS API Documentation
Constants
- SENSITIVE