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])


2951
2952
2953
# File 'sig/types.rbs', line 2951

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2950
2951
2952
# File 'sig/types.rbs', line 2950

def name
  @name
end

#output"PrimaryInput", "EvaluationResults"

Returns the value of attribute output.

Returns:

  • ("PrimaryInput", "EvaluationResults")


2953
2954
2955
# File 'sig/types.rbs', line 2953

def output
  @output
end

#publishing_optionsTypes::DQResultsPublishingOptions

Returns the value of attribute publishing_options.



2954
2955
2956
# File 'sig/types.rbs', line 2954

def publishing_options
  @publishing_options
end

#ruleset::String

Returns the value of attribute ruleset.

Returns:

  • (::String)


2952
2953
2954
# File 'sig/types.rbs', line 2952

def ruleset
  @ruleset
end

#stop_job_on_failure_optionsTypes::DQStopJobOnFailureOptions

Returns the value of attribute stop_job_on_failure_options.



2955
2956
2957
# File 'sig/types.rbs', line 2955

def stop_job_on_failure_options
  @stop_job_on_failure_options
end