Class: Aws::Types::ClarifyCheckStepMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ClarifyCheckStepMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_used_for_drift_check_constraints ⇒ ::String
Returns the value of attribute baseline_used_for_drift_check_constraints.
-
#calculated_baseline_constraints ⇒ ::String
Returns the value of attribute calculated_baseline_constraints.
-
#check_job_arn ⇒ ::String
Returns the value of attribute check_job_arn.
-
#check_type ⇒ ::String
Returns the value of attribute check_type.
-
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
-
#register_new_baseline ⇒ Boolean
Returns the value of attribute register_new_baseline.
-
#skip_check ⇒ Boolean
Returns the value of attribute skip_check.
-
#violation_report ⇒ ::String
Returns the value of attribute violation_report.
Instance Attribute Details
#baseline_used_for_drift_check_constraints ⇒ ::String
Returns the value of attribute baseline_used_for_drift_check_constraints.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def baseline_used_for_drift_check_constraints @baseline_used_for_drift_check_constraints end |
#calculated_baseline_constraints ⇒ ::String
Returns the value of attribute calculated_baseline_constraints.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def calculated_baseline_constraints @calculated_baseline_constraints end |
#check_job_arn ⇒ ::String
Returns the value of attribute check_job_arn.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def check_job_arn @check_job_arn end |
#check_type ⇒ ::String
Returns the value of attribute check_type.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def check_type @check_type end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def model_package_group_name @model_package_group_name end |
#register_new_baseline ⇒ Boolean
Returns the value of attribute register_new_baseline.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def register_new_baseline @register_new_baseline end |
#skip_check ⇒ Boolean
Returns the value of attribute skip_check.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def skip_check @skip_check end |
#violation_report ⇒ ::String
Returns the value of attribute violation_report.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def violation_report @violation_report end |