Class: Aws::Types::StartDataQualityRuleRecommendationRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDataQualityRuleRecommendationRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_run_options ⇒ Types::DataQualityRuleRecommendationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#created_ruleset_name ⇒ ::String
Returns the value of attribute created_ruleset_name.
-
#data_quality_security_configuration ⇒ ::String
Returns the value of attribute data_quality_security_configuration.
-
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
-
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
-
#role ⇒ ::String
Returns the value of attribute role.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#additional_run_options ⇒ Types::DataQualityRuleRecommendationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
7165 7166 7167 |
# File 'sig/types.rbs', line 7165 def @additional_run_options end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7164 7165 7166 |
# File 'sig/types.rbs', line 7164 def client_token @client_token end |
#created_ruleset_name ⇒ ::String
Returns the value of attribute created_ruleset_name.
7162 7163 7164 |
# File 'sig/types.rbs', line 7162 def created_ruleset_name @created_ruleset_name end |
#data_quality_security_configuration ⇒ ::String
Returns the value of attribute data_quality_security_configuration.
7163 7164 7165 |
# File 'sig/types.rbs', line 7163 def data_quality_security_configuration @data_quality_security_configuration end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
7158 7159 7160 |
# File 'sig/types.rbs', line 7158 def data_source @data_source end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
7160 7161 7162 |
# File 'sig/types.rbs', line 7160 def number_of_workers @number_of_workers end |
#role ⇒ ::String
Returns the value of attribute role.
7159 7160 7161 |
# File 'sig/types.rbs', line 7159 def role @role end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
7161 7162 7163 |
# File 'sig/types.rbs', line 7161 def timeout @timeout end |