Class: Aws::Types::StartDataQualityRulesetEvaluationRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartDataQualityRulesetEvaluationRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_data_sources ⇒ ::Hash[::String, Types::DataSource]
Returns the value of attribute additional_data_sources.
-
#additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#ruleset_names ⇒ ::Array[::String]
Returns the value of attribute ruleset_names.
-
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
Instance Attribute Details
#additional_data_sources ⇒ ::Hash[::String, Types::DataSource]
Returns the value of attribute additional_data_sources.
7214 7215 7216 |
# File 'sig/types.rbs', line 7214 def additional_data_sources @additional_data_sources end |
#additional_run_options ⇒ Types::DataQualityEvaluationRunAdditionalRunOptions
Returns the value of attribute additional_run_options.
7212 7213 7214 |
# File 'sig/types.rbs', line 7212 def @additional_run_options end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7211 7212 7213 |
# File 'sig/types.rbs', line 7211 def client_token @client_token end |
#data_source ⇒ Types::DataSource
Returns the value of attribute data_source.
7207 7208 7209 |
# File 'sig/types.rbs', line 7207 def data_source @data_source end |
#number_of_workers ⇒ ::Integer
Returns the value of attribute number_of_workers.
7209 7210 7211 |
# File 'sig/types.rbs', line 7209 def number_of_workers @number_of_workers end |
#role ⇒ ::String
Returns the value of attribute role.
7208 7209 7210 |
# File 'sig/types.rbs', line 7208 def role @role end |
#ruleset_names ⇒ ::Array[::String]
Returns the value of attribute ruleset_names.
7213 7214 7215 |
# File 'sig/types.rbs', line 7213 def ruleset_names @ruleset_names end |
#timeout ⇒ ::Integer
Returns the value of attribute timeout.
7210 7211 7212 |
# File 'sig/types.rbs', line 7210 def timeout @timeout end |