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.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def created_on @created_on end |
#description ⇒ ::String
Returns the value of attribute description.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def name @name end |
#recommendation_run_id ⇒ ::String
Returns the value of attribute recommendation_run_id.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def recommendation_run_id @recommendation_run_id end |
#rule_count ⇒ ::Integer
Returns the value of attribute rule_count.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def rule_count @rule_count end |
#target_table ⇒ Types::DataQualityTargetTable
Returns the value of attribute target_table.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def target_table @target_table end |