Method: Aws::Glue::Types::Spigot#inputs

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

#inputsArray<String>

The data inputs identified by their node names.

Returns:

  • (Array<String>)


19730
19731
19732
19733
19734
19735
19736
19737
19738
# File 'lib/aws-sdk-glue/types.rb', line 19730

class Spigot < Struct.new(
  :name,
  :inputs,
  :path,
  :topk,
  :prob)
  SENSITIVE = []
  include Aws::Structure
end