Class: Aws::Types::DataQualityBaselineConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#baselining_job_name::String

Returns the value of attribute baselining_job_name.

Returns:



3136
3137
3138
# File 'sig/types.rbs', line 3136

def baselining_job_name
  @baselining_job_name
end

#constraints_resourceTypes::MonitoringConstraintsResource

Returns the value of attribute constraints_resource.

Returns:



3137
3138
3139
# File 'sig/types.rbs', line 3137

def constraints_resource
  @constraints_resource
end

#statistics_resourceTypes::MonitoringStatisticsResource

Returns the value of attribute statistics_resource.

Returns:



3138
3139
3140
# File 'sig/types.rbs', line 3138

def statistics_resource
  @statistics_resource
end