Class: Aws::Types::DiscoverInputSchemaResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_schemaTypes::SourceSchema

Returns the value of attribute input_schema.

Returns:



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.

Returns:

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


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


600
601
602
# File 'sig/types.rbs', line 600

def raw_input_records
  @raw_input_records
end