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


2962
2963
2964
# File 'sig/types.rbs', line 2962

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


2965
2966
2967
# File 'sig/types.rbs', line 2965

def additional_options
  @additional_options
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


2961
2962
2963
# File 'sig/types.rbs', line 2961

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2960
2961
2962
# File 'sig/types.rbs', line 2960

def name
  @name
end

#publishing_optionsTypes::DQResultsPublishingOptions

Returns the value of attribute publishing_options.



2964
2965
2966
# File 'sig/types.rbs', line 2964

def publishing_options
  @publishing_options
end

#ruleset::String

Returns the value of attribute ruleset.

Returns:

  • (::String)


2963
2964
2965
# File 'sig/types.rbs', line 2963

def ruleset
  @ruleset
end

#stop_job_on_failure_optionsTypes::DQStopJobOnFailureOptions

Returns the value of attribute stop_job_on_failure_options.



2966
2967
2968
# File 'sig/types.rbs', line 2966

def stop_job_on_failure_options
  @stop_job_on_failure_options
end