Class: Aws::Types::QualityCheckStepMetadata

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:

  • (::String)


10263
10264
10265
# File 'sig/types.rbs', line 10263

def baseline_used_for_drift_check_constraints
  @baseline_used_for_drift_check_constraints
end

#baseline_used_for_drift_check_statistics::String

Returns the value of attribute baseline_used_for_drift_check_statistics.

Returns:

  • (::String)


10262
10263
10264
# File 'sig/types.rbs', line 10262

def baseline_used_for_drift_check_statistics
  @baseline_used_for_drift_check_statistics
end

#calculated_baseline_constraints::String

Returns the value of attribute calculated_baseline_constraints.

Returns:

  • (::String)


10265
10266
10267
# File 'sig/types.rbs', line 10265

def calculated_baseline_constraints
  @calculated_baseline_constraints
end

#calculated_baseline_statistics::String

Returns the value of attribute calculated_baseline_statistics.

Returns:

  • (::String)


10264
10265
10266
# File 'sig/types.rbs', line 10264

def calculated_baseline_statistics
  @calculated_baseline_statistics
end

#check_job_arn::String

Returns the value of attribute check_job_arn.

Returns:

  • (::String)


10268
10269
10270
# File 'sig/types.rbs', line 10268

def check_job_arn
  @check_job_arn
end

#check_type::String

Returns the value of attribute check_type.

Returns:

  • (::String)


10261
10262
10263
# File 'sig/types.rbs', line 10261

def check_type
  @check_type
end

#model_package_group_name::String

Returns the value of attribute model_package_group_name.

Returns:

  • (::String)


10266
10267
10268
# File 'sig/types.rbs', line 10266

def model_package_group_name
  @model_package_group_name
end

#register_new_baselineBoolean

Returns the value of attribute register_new_baseline.

Returns:

  • (Boolean)


10270
10271
10272
# File 'sig/types.rbs', line 10270

def register_new_baseline
  @register_new_baseline
end

#skip_checkBoolean

Returns the value of attribute skip_check.

Returns:

  • (Boolean)


10269
10270
10271
# File 'sig/types.rbs', line 10269

def skip_check
  @skip_check
end

#violation_report::String

Returns the value of attribute violation_report.

Returns:

  • (::String)


10267
10268
10269
# File 'sig/types.rbs', line 10267

def violation_report
  @violation_report
end