You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::KinesisAnalyticsV2::Types::DiscoverInputSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::DiscoverInputSchemaResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#input_schema ⇒ Types::SourceSchema
The schema inferred from the streaming source.
-
#parsed_input_records ⇒ Array<Array<String>>
An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
-
#processed_input_records ⇒ Array<String>
The stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. -
#raw_input_records ⇒ Array<String>
The raw stream data that was sampled to infer the schema.
Instance Attribute Details
#input_schema ⇒ Types::SourceSchema
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.
#parsed_input_records ⇒ Array<Array<String>>
An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
#processed_input_records ⇒ Array<String>
The stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter.
#raw_input_records ⇒ Array<String>
The raw stream data that was sampled to infer the schema.