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.
220 221 222 |
# File 'sig/types.rbs', line 220 def input_schema @input_schema end |
#parsed_input_records ⇒ ::Array[::Array[::String]]
Returns the value of attribute parsed_input_records.
221 222 223 |
# File 'sig/types.rbs', line 221 def parsed_input_records @parsed_input_records end |
#processed_input_records ⇒ ::Array[::String]
Returns the value of attribute processed_input_records.
222 223 224 |
# File 'sig/types.rbs', line 222 def processed_input_records @processed_input_records end |
#raw_input_records ⇒ ::Array[::String]
Returns the value of attribute raw_input_records.
223 224 225 |
# File 'sig/types.rbs', line 223 def raw_input_records @raw_input_records end |