Class: Aws::Types::DataQualityRulesetEvaluationRunDescription
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityRulesetEvaluationRunDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
Instance Attribute Details
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def data_source @data_source end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def run_id @run_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def started_on @started_on end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def status @status end |