Class: Aws::Types::GetDataQualityRulesetResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataQualityRulesetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_on ⇒ ::Time
Returns the value of attribute created_on.
-
#data_quality_security_configuration ⇒ ::String
Returns the value of attribute data_quality_security_configuration.
-
#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.
-
#ruleset ⇒ ::String
Returns the value of attribute ruleset.
-
#target_table ⇒ Types::DataQualityTargetTable
Returns the value of attribute target_table.
Instance Attribute Details
#created_on ⇒ ::Time
Returns the value of attribute created_on.
3557 3558 3559 |
# File 'sig/types.rbs', line 3557 def created_on @created_on end |
#data_quality_security_configuration ⇒ ::String
Returns the value of attribute data_quality_security_configuration.
3560 3561 3562 |
# File 'sig/types.rbs', line 3560 def data_quality_security_configuration @data_quality_security_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def description @description end |
#last_modified_on ⇒ ::Time
Returns the value of attribute last_modified_on.
3558 3559 3560 |
# File 'sig/types.rbs', line 3558 def last_modified_on @last_modified_on end |
#name ⇒ ::String
Returns the value of attribute name.
3553 3554 3555 |
# File 'sig/types.rbs', line 3553 def name @name end |
#recommendation_run_id ⇒ ::String
Returns the value of attribute recommendation_run_id.
3559 3560 3561 |
# File 'sig/types.rbs', line 3559 def recommendation_run_id @recommendation_run_id end |
#ruleset ⇒ ::String
Returns the value of attribute ruleset.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def ruleset @ruleset end |
#target_table ⇒ Types::DataQualityTargetTable
Returns the value of attribute target_table.
3556 3557 3558 |
# File 'sig/types.rbs', line 3556 def target_table @target_table end |