Class: Aws::Types::DataQualityBaselineConfig
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityBaselineConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baselining_job_name ⇒ ::String
Returns the value of attribute baselining_job_name.
-
#constraints_resource ⇒ Types::MonitoringConstraintsResource
Returns the value of attribute constraints_resource.
-
#statistics_resource ⇒ Types::MonitoringStatisticsResource
Returns the value of attribute statistics_resource.
Instance Attribute Details
#baselining_job_name ⇒ ::String
Returns the value of attribute baselining_job_name.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def baselining_job_name @baselining_job_name end |
#constraints_resource ⇒ Types::MonitoringConstraintsResource
Returns the value of attribute constraints_resource.
3122 3123 3124 |
# File 'sig/types.rbs', line 3122 def constraints_resource @constraints_resource end |
#statistics_resource ⇒ Types::MonitoringStatisticsResource
Returns the value of attribute statistics_resource.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def statistics_resource @statistics_resource end |