class Aws::KinesisAnalyticsV2::Types::DiscoverInputSchemaResponse

@!attribute [rw] input_schema

The 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

The stream data that was modified by the processor specified in the
`InputProcessingConfiguration` parameter.
@return [Array<String>]

@!attribute [rw] raw_input_records

The raw stream data that was sampled to infer the schema.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalyticsv2-2018-05-23/DiscoverInputSchemaResponse AWS API Documentation

Constants

SENSITIVE