Class: Aws::Types::EvaluateDataQualityMultiFrame

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_data_sources::Hash[::String, ::String]

Returns the value of attribute additional_data_sources.

Returns:

  • (::Hash[::String, ::String])


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

def additional_data_sources
  @additional_data_sources
end

#additional_options::Hash[("performanceTuning.caching" | "observations.scope" | "compositeRuleEvaluation.method"), ::String]

Returns the value of attribute additional_options.

Returns:

  • (::Hash[("performanceTuning.caching" | "observations.scope" | "compositeRuleEvaluation.method"), ::String])


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

def additional_options
  @additional_options
end

#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

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


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

def ruleset
  @ruleset
end

#stop_job_on_failure_optionsTypes::DQStopJobOnFailureOptions

Returns the value of attribute stop_job_on_failure_options.



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

def stop_job_on_failure_options
  @stop_job_on_failure_options
end