Class: Aws::Types::DataQualityRulesetListDetails
- Inherits:
-
Object
- Object
- Aws::Types::DataQualityRulesetListDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recommendation_run_id ⇒ ::String
Returns the value of attribute recommendation_run_id.
-
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
-
#target_table ⇒ Types::DataQualityTargetTable
Returns the value of attribute target_table.
Instance Attribute Details
#created_on ⇒ ::Time
Returns the value of attribute created_on.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def name @name end |
#recommendation_run_id ⇒ ::String
Returns the value of attribute recommendation_run_id.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def recommendation_run_id @recommendation_run_id end |
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def rule_count @rule_count end |
#target_table ⇒ Types::DataQualityTargetTable
Returns the value of attribute target_table.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def target_table @target_table end |