Class: Aws::Types::CreateDataQualityRulesetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataQualityRulesetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_quality_security_configuration ⇒ ::String
Returns the value of attribute data_quality_security_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ruleset ⇒ ::String
Returns the value of attribute ruleset.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_table ⇒ Types::DataQualityTargetTable
Returns the value of attribute target_table.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def client_token @client_token end |
#data_quality_security_configuration ⇒ ::String
Returns the value of attribute data_quality_security_configuration.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def data_quality_security_configuration @data_quality_security_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def name @name end |
#ruleset ⇒ ::String
Returns the value of attribute ruleset.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def ruleset @ruleset end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def @tags end |
#target_table ⇒ Types::DataQualityTargetTable
Returns the value of attribute target_table.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def target_table @target_table end |