Class: Aws::Types::EvaluateDataQualityMultiFrame
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateDataQualityMultiFrame
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_data_sources ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_data_sources.
-
#additional_options ⇒ ::Hash[("performanceTuning.caching" | "observations.scope" | "compositeRuleEvaluation.method"), ::String]
Returns the value of attribute additional_options.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#publishing_options ⇒ Types::DQResultsPublishingOptions
Returns the value of attribute publishing_options.
-
#ruleset ⇒ ::String
Returns the value of attribute ruleset.
-
#stop_job_on_failure_options ⇒ Types::DQStopJobOnFailureOptions
Returns the value of attribute stop_job_on_failure_options.
Instance Attribute Details
#additional_data_sources ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_data_sources.
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.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def @additional_options end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2961 2962 2963 |
# File 'sig/types.rbs', line 2961 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2960 2961 2962 |
# File 'sig/types.rbs', line 2960 def name @name end |
#publishing_options ⇒ Types::DQResultsPublishingOptions
Returns the value of attribute publishing_options.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def @publishing_options end |
#ruleset ⇒ ::String
Returns the value of attribute ruleset.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def ruleset @ruleset end |
#stop_job_on_failure_options ⇒ Types::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 end |