Class: Aws::Types::DataQualityRuleRecommendationRunDescription
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityRuleRecommendationRunDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_ruleset_name ⇒ ::String
Returns the value of attribute created_ruleset_name.
-
#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
#created_ruleset_name ⇒ ::String
Returns the value of attribute created_ruleset_name.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def created_ruleset_name @created_ruleset_name end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def data_source @data_source end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def run_id @run_id end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def started_on @started_on end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def status @status end |