Class: Aws::Types::DiscoverInputSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::DiscoverInputSchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_schema ⇒ Types::SourceSchema
Returns the value of attribute input_schema.
-
#parsed_input_records ⇒ ::Array[::Array[::String]]
Returns the value of attribute parsed_input_records.
-
#processed_input_records ⇒ ::Array[::String]
Returns the value of attribute processed_input_records.
-
#raw_input_records ⇒ ::Array[::String]
Returns the value of attribute raw_input_records.
Instance Attribute Details
#input_schema ⇒ Types::SourceSchema
Returns the value of attribute input_schema.
597 598 599 |
# File 'sig/types.rbs', line 597 def input_schema @input_schema end |
#parsed_input_records ⇒ ::Array[::Array[::String]]
Returns the value of attribute parsed_input_records.
598 599 600 |
# File 'sig/types.rbs', line 598 def parsed_input_records @parsed_input_records end |
#processed_input_records ⇒ ::Array[::String]
Returns the value of attribute processed_input_records.
599 600 601 |
# File 'sig/types.rbs', line 599 def processed_input_records @processed_input_records end |
#raw_input_records ⇒ ::Array[::String]
Returns the value of attribute raw_input_records.
600 601 602 |
# File 'sig/types.rbs', line 600 def raw_input_records @raw_input_records end |