Module: Aws::KinesisAnalyticsV2::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
452 |
# File 'sig/client.rbs', line 452
def input_schema: () -> Types::SourceSchema
|
#parsed_input_records ⇒ ::Array[::Array[::String]]
453 |
# File 'sig/client.rbs', line 453
def parsed_input_records: () -> ::Array[::Array[::String]]
|
#processed_input_records ⇒ ::Array[::String]
454 |
# File 'sig/client.rbs', line 454
def processed_input_records: () -> ::Array[::String]
|
#raw_input_records ⇒ ::Array[::String]
455 |
# File 'sig/client.rbs', line 455
def raw_input_records: () -> ::Array[::String]
|