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.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def data_source @data_source end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def job_name @job_name end |
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def job_run_id @job_run_id end |
#result_id ⇒ ::String
Returns the value of attribute result_id.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def result_id @result_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def started_on @started_on end |