Class: Aws::Glue::Types::DataQualityRuleRecommendationRunDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRuleRecommendationRunDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Describes the result of a data quality rule recommendation run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
The data source (Glue table) associated with the recommendation run.
-
#run_id ⇒ String
The unique run identifier associated with this run.
-
#started_on ⇒ Time
The date and time when this run started.
-
#status ⇒ String
The status for this run.
Instance Attribute Details
#data_source ⇒ Types::DataSource
The data source (Glue table) associated with the recommendation run.
6949 6950 6951 6952 6953 6954 6955 6956 |
# File 'lib/aws-sdk-glue/types.rb', line 6949 class DataQualityRuleRecommendationRunDescription < 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.
6949 6950 6951 6952 6953 6954 6955 6956 |
# File 'lib/aws-sdk-glue/types.rb', line 6949 class DataQualityRuleRecommendationRunDescription < Struct.new( :run_id, :status, :started_on, :data_source) SENSITIVE = [] include Aws::Structure end |
#started_on ⇒ Time
The date and time when this run started.
6949 6950 6951 6952 6953 6954 6955 6956 |
# File 'lib/aws-sdk-glue/types.rb', line 6949 class DataQualityRuleRecommendationRunDescription < Struct.new( :run_id, :status, :started_on, :data_source) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status for this run.
6949 6950 6951 6952 6953 6954 6955 6956 |
# File 'lib/aws-sdk-glue/types.rb', line 6949 class DataQualityRuleRecommendationRunDescription < Struct.new( :run_id, :status, :started_on, :data_source) SENSITIVE = [] include Aws::Structure end |