| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription
Description
Synopsis
- data DataQualityRulesetEvaluationRunDescription = DataQualityRulesetEvaluationRunDescription' {}
- newDataQualityRulesetEvaluationRunDescription :: DataQualityRulesetEvaluationRunDescription
- dataQualityRulesetEvaluationRunDescription_dataSource :: Lens' DataQualityRulesetEvaluationRunDescription (Maybe DataSource)
- dataQualityRulesetEvaluationRunDescription_runId :: Lens' DataQualityRulesetEvaluationRunDescription (Maybe Text)
- dataQualityRulesetEvaluationRunDescription_startedOn :: Lens' DataQualityRulesetEvaluationRunDescription (Maybe UTCTime)
- dataQualityRulesetEvaluationRunDescription_status :: Lens' DataQualityRulesetEvaluationRunDescription (Maybe TaskStatusType)
Documentation
data DataQualityRulesetEvaluationRunDescription Source #
Describes the result of a data quality ruleset evaluation run.
See: newDataQualityRulesetEvaluationRunDescription smart constructor.
Constructors
| DataQualityRulesetEvaluationRunDescription' | |
Fields
| |
Instances
newDataQualityRulesetEvaluationRunDescription :: DataQualityRulesetEvaluationRunDescription Source #
Create a value of DataQualityRulesetEvaluationRunDescription with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dataSource:DataQualityRulesetEvaluationRunDescription', dataQualityRulesetEvaluationRunDescription_dataSource - The data source (an Glue table) associated with the run.
$sel:runId:DataQualityRulesetEvaluationRunDescription', dataQualityRulesetEvaluationRunDescription_runId - The unique run identifier associated with this run.
$sel:startedOn:DataQualityRulesetEvaluationRunDescription', dataQualityRulesetEvaluationRunDescription_startedOn - The date and time when the run started.
$sel:status:DataQualityRulesetEvaluationRunDescription', dataQualityRulesetEvaluationRunDescription_status - The status for this run.
dataQualityRulesetEvaluationRunDescription_dataSource :: Lens' DataQualityRulesetEvaluationRunDescription (Maybe DataSource) Source #
The data source (an Glue table) associated with the run.
dataQualityRulesetEvaluationRunDescription_runId :: Lens' DataQualityRulesetEvaluationRunDescription (Maybe Text) Source #
The unique run identifier associated with this run.
dataQualityRulesetEvaluationRunDescription_startedOn :: Lens' DataQualityRulesetEvaluationRunDescription (Maybe UTCTime) Source #
The date and time when the run started.
dataQualityRulesetEvaluationRunDescription_status :: Lens' DataQualityRulesetEvaluationRunDescription (Maybe TaskStatusType) Source #
The status for this run.