Method: Aws::Glue::Types::S3DeltaCatalogTarget#inputs

Defined in:
lib/aws-sdk-glue/types.rb

#inputsArray<String>

The nodes that are inputs to the data target.

Returns:

  • (Array<String>)


23370
23371
23372
23373
23374
23375
23376
23377
23378
23379
23380
23381
23382
# File 'lib/aws-sdk-glue/types.rb', line 23370

class S3DeltaCatalogTarget < Struct.new(
  :name,
  :inputs,
  :partition_keys,
  :table,
  :database,
  :additional_options,
  :schema_change_policy,
  :auto_data_quality,
  :output_schemas)
  SENSITIVE = []
  include Aws::Structure
end