Class: Aws::Types::ClarifyCheckStepMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#baseline_used_for_drift_check_constraints::String

Returns the value of attribute baseline_used_for_drift_check_constraints.

Returns:



1176
1177
1178
# File 'sig/types.rbs', line 1176

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.

Returns:



1177
1178
1179
# File 'sig/types.rbs', line 1177

def calculated_baseline_constraints
  @calculated_baseline_constraints
end

#check_job_arn::String

Returns the value of attribute check_job_arn.

Returns:



1180
1181
1182
# File 'sig/types.rbs', line 1180

def check_job_arn
  @check_job_arn
end

#check_type::String

Returns the value of attribute check_type.

Returns:



1175
1176
1177
# File 'sig/types.rbs', line 1175

def check_type
  @check_type
end

#model_package_group_name::String

Returns the value of attribute model_package_group_name.

Returns:



1178
1179
1180
# File 'sig/types.rbs', line 1178

def model_package_group_name
  @model_package_group_name
end

#register_new_baselineBoolean

Returns the value of attribute register_new_baseline.

Returns:



1182
1183
1184
# File 'sig/types.rbs', line 1182

def register_new_baseline
  @register_new_baseline
end

#skip_checkBoolean

Returns the value of attribute skip_check.

Returns:



1181
1182
1183
# File 'sig/types.rbs', line 1181

def skip_check
  @skip_check
end

#violation_report::String

Returns the value of attribute violation_report.

Returns:



1179
1180
1181
# File 'sig/types.rbs', line 1179

def violation_report
  @violation_report
end