Class: Aws::KinesisAnalyticsV2::Types::DiscoverInputSchemaResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_schemaTypes::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.

Returns:



2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2052

class DiscoverInputSchemaResponse < Struct.new(
  :input_schema,
  :parsed_input_records,
  :processed_input_records,
  :raw_input_records)
  SENSITIVE = []
  include Aws::Structure
end

#parsed_input_recordsArray<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).

Returns:

  • (Array<Array<String>>)


2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2052

class DiscoverInputSchemaResponse < Struct.new(
  :input_schema,
  :parsed_input_records,
  :processed_input_records,
  :raw_input_records)
  SENSITIVE = []
  include Aws::Structure
end

#processed_input_recordsArray<String>

The stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.

Returns:

  • (Array<String>)


2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2052

class DiscoverInputSchemaResponse < Struct.new(
  :input_schema,
  :parsed_input_records,
  :processed_input_records,
  :raw_input_records)
  SENSITIVE = []
  include Aws::Structure
end

#raw_input_recordsArray<String>

The raw stream data that was sampled to infer the schema.

Returns:

  • (Array<String>)


2052
2053
2054
2055
2056
2057
2058
2059
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2052

class DiscoverInputSchemaResponse < Struct.new(
  :input_schema,
  :parsed_input_records,
  :processed_input_records,
  :raw_input_records)
  SENSITIVE = []
  include Aws::Structure
end