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.
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.
2955 2956 2957 |
# File 'sig/types.rbs', line 2955 def @additional_options end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def name @name end |
#publishing_options ⇒ Types::DQResultsPublishingOptions
Returns the value of attribute publishing_options.
2954 2955 2956 |
# File 'sig/types.rbs', line 2954 def @publishing_options end |
#ruleset ⇒ ::String
Returns the value of attribute ruleset.
2953 2954 2955 |
# File 'sig/types.rbs', line 2953 def ruleset @ruleset end |
#stop_job_on_failure_options ⇒ Types::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 end |