Class: Aws::Glue::Types::DataQualityResultDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityResultDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Describes a data quality result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
The table name associated with the data quality result.
-
#job_name ⇒ String
The job name associated with the data quality result.
-
#job_run_id ⇒ String
The job run ID associated with the data quality result.
-
#result_id ⇒ String
The unique result ID for this data quality result.
-
#started_on ⇒ Time
The time that the run started for this data quality result.
Instance Attribute Details
#data_source ⇒ Types::DataSource
The table name associated with the data quality result.
6884 6885 6886 6887 6888 6889 6890 6891 6892 |
# File 'lib/aws-sdk-glue/types.rb', line 6884 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end |
#job_name ⇒ String
The job name associated with the data quality result.
6884 6885 6886 6887 6888 6889 6890 6891 6892 |
# File 'lib/aws-sdk-glue/types.rb', line 6884 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end |
#job_run_id ⇒ String
The job run ID associated with the data quality result.
6884 6885 6886 6887 6888 6889 6890 6891 6892 |
# File 'lib/aws-sdk-glue/types.rb', line 6884 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end |
#result_id ⇒ String
The unique result ID for this data quality result.
6884 6885 6886 6887 6888 6889 6890 6891 6892 |
# File 'lib/aws-sdk-glue/types.rb', line 6884 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end |
#started_on ⇒ Time
The time that the run started for this data quality result.
6884 6885 6886 6887 6888 6889 6890 6891 6892 |
# File 'lib/aws-sdk-glue/types.rb', line 6884 class DataQualityResultDescription < Struct.new( :result_id, :data_source, :job_name, :job_run_id, :started_on) SENSITIVE = [] include Aws::Structure end |