Class: Aws::Types::EvaluateDataQuality
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateDataQuality
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output ⇒ "PrimaryInput", "EvaluationResults"
Returns the value of attribute output.
-
#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
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def name @name end |
#output ⇒ "PrimaryInput", "EvaluationResults"
Returns the value of attribute output.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def output @output end |
#publishing_options ⇒ Types::DQResultsPublishingOptions
Returns the value of attribute publishing_options.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def @publishing_options end |
#ruleset ⇒ ::String
Returns the value of attribute ruleset.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def ruleset @ruleset end |
#stop_job_on_failure_options ⇒ Types::DQStopJobOnFailureOptions
Returns the value of attribute stop_job_on_failure_options.
2945 2946 2947 |
# File 'sig/types.rbs', line 2945 def @stop_job_on_failure_options end |