Module: Aws::KinesisAnalytics::Client::_DiscoverInputSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DiscoverInputSchemaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #input_schema ⇒ Types::SourceSchema
- #parsed_input_records ⇒ ::Array[::Array[::String]]
- #processed_input_records ⇒ ::Array[::String]
- #raw_input_records ⇒ ::Array[::String]
Instance Method Details
#input_schema ⇒ Types::SourceSchema
250 |
# File 'sig/client.rbs', line 250
def input_schema: () -> Types::SourceSchema
|
#parsed_input_records ⇒ ::Array[::Array[::String]]
251 |
# File 'sig/client.rbs', line 251
def parsed_input_records: () -> ::Array[::Array[::String]]
|
#processed_input_records ⇒ ::Array[::String]
252 |
# File 'sig/client.rbs', line 252
def processed_input_records: () -> ::Array[::String]
|
#raw_input_records ⇒ ::Array[::String]
253 |
# File 'sig/client.rbs', line 253
def raw_input_records: () -> ::Array[::String]
|