Module: Aws::KinesisAnalytics::Client::_DiscoverInputSchemaResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DiscoverInputSchemaResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#input_schemaTypes::SourceSchema

Returns:



250
# File 'sig/client.rbs', line 250

def input_schema: () -> Types::SourceSchema

#parsed_input_records::Array[::Array[::String]]

Returns:

  • (::Array[::Array[::String]])


251
# File 'sig/client.rbs', line 251

def parsed_input_records: () -> ::Array[::Array[::String]]

#processed_input_records::Array[::String]

Returns:

  • (::Array[::String])


252
# File 'sig/client.rbs', line 252

def processed_input_records: () -> ::Array[::String]

#raw_input_records::Array[::String]

Returns:

  • (::Array[::String])


253
# File 'sig/client.rbs', line 253

def raw_input_records: () -> ::Array[::String]