amazonka-glue-2.0: Amazon Glue SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

Description

 
Synopsis

Documentation

data DataQualityRulesetEvaluationRunDescription Source #

Describes the result of a data quality ruleset evaluation run.

See: newDataQualityRulesetEvaluationRunDescription smart constructor.

Constructors

DataQualityRulesetEvaluationRunDescription' 

Fields

Instances

Instances details
FromJSON DataQualityRulesetEvaluationRunDescription Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

Generic DataQualityRulesetEvaluationRunDescription Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

Read DataQualityRulesetEvaluationRunDescription Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

Show DataQualityRulesetEvaluationRunDescription Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

NFData DataQualityRulesetEvaluationRunDescription Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

Eq DataQualityRulesetEvaluationRunDescription Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

Hashable DataQualityRulesetEvaluationRunDescription Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

type Rep DataQualityRulesetEvaluationRunDescription Source # 
Instance details

Defined in Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription

type Rep DataQualityRulesetEvaluationRunDescription = D1 ('MetaData "DataQualityRulesetEvaluationRunDescription" "Amazonka.Glue.Types.DataQualityRulesetEvaluationRunDescription" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "DataQualityRulesetEvaluationRunDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataSource)) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "startedOn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskStatusType)))))

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.