Class: Aws::Glue::Types::DataQualityRulesetEvaluationRunDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRulesetEvaluationRunDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Describes the result of a data quality ruleset evaluation run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
The data source (an Glue table) associated with the run.
-
#run_id ⇒ String
The unique run identifier associated with this run.
-
#started_on ⇒ Time
The date and time when the run started.
-
#status ⇒ String
The status for this run.
Instance Attribute Details
#data_source ⇒ Types::DataSource
The data source (an Glue table) associated with the run.
7041 7042 7043 7044 7045 7046 7047 7048 |
# File 'lib/aws-sdk-glue/types.rb', line 7041 class DataQualityRulesetEvaluationRunDescription < Struct.new( :run_id, :status, :started_on, :data_source) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The unique run identifier associated with this run.
7041 7042 7043 7044 7045 7046 7047 7048 |
# File 'lib/aws-sdk-glue/types.rb', line 7041 class DataQualityRulesetEvaluationRunDescription < Struct.new( :run_id, :status, :started_on, :data_source) SENSITIVE = [] include Aws::Structure end |
#started_on ⇒ Time
The date and time when the run started.
7041 7042 7043 7044 7045 7046 7047 7048 |
# File 'lib/aws-sdk-glue/types.rb', line 7041 class DataQualityRulesetEvaluationRunDescription < Struct.new( :run_id, :status, :started_on, :data_source) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status for this run.
7041 7042 7043 7044 7045 7046 7047 7048 |
# File 'lib/aws-sdk-glue/types.rb', line 7041 class DataQualityRulesetEvaluationRunDescription < Struct.new( :run_id, :status, :started_on, :data_source) SENSITIVE = [] include Aws::Structure end |