Class: Aws::Types::DataQualityResultDescription
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityResultDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
-
#result_id ⇒ ::String
Returns the value of attribute result_id.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def data_source @data_source end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def job_run_id @job_run_id end |
#result_id ⇒ ::String
Returns the value of attribute result_id.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def result_id @result_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def started_on @started_on end |