Class: Aws::Types::EvaluateDataQuality

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


2941
2942
2943
# File 'sig/types.rbs', line 2941

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2940
2941
2942
# File 'sig/types.rbs', line 2940

def name
  @name
end

#output"PrimaryInput", "EvaluationResults"

Returns the value of attribute output.

Returns:

  • ("PrimaryInput", "EvaluationResults")


2943
2944
2945
# File 'sig/types.rbs', line 2943

def output
  @output
end

#publishing_optionsTypes::DQResultsPublishingOptions

Returns the value of attribute publishing_options.



2944
2945
2946
# File 'sig/types.rbs', line 2944

def publishing_options
  @publishing_options
end

#ruleset::String

Returns the value of attribute ruleset.

Returns:

  • (::String)


2942
2943
2944
# File 'sig/types.rbs', line 2942

def ruleset
  @ruleset
end

#stop_job_on_failure_optionsTypes::DQStopJobOnFailureOptions

Returns the value of attribute stop_job_on_failure_options.



2945
2946
2947
# File 'sig/types.rbs', line 2945

def stop_job_on_failure_options
  @stop_job_on_failure_options
end