Class: Aws::Types::CreateDataQualityJobDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataQualityJobDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_quality_app_specification ⇒ Types::DataQualityAppSpecification
Returns the value of attribute data_quality_app_specification.
-
#data_quality_baseline_config ⇒ Types::DataQualityBaselineConfig
Returns the value of attribute data_quality_baseline_config.
-
#data_quality_job_input ⇒ Types::DataQualityJobInput
Returns the value of attribute data_quality_job_input.
-
#data_quality_job_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute data_quality_job_output_config.
-
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
-
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
-
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#data_quality_app_specification ⇒ Types::DataQualityAppSpecification
Returns the value of attribute data_quality_app_specification.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def data_quality_app_specification @data_quality_app_specification end |
#data_quality_baseline_config ⇒ Types::DataQualityBaselineConfig
Returns the value of attribute data_quality_baseline_config.
2095 2096 2097 |
# File 'sig/types.rbs', line 2095 def data_quality_baseline_config @data_quality_baseline_config end |
#data_quality_job_input ⇒ Types::DataQualityJobInput
Returns the value of attribute data_quality_job_input.
2097 2098 2099 |
# File 'sig/types.rbs', line 2097 def data_quality_job_input @data_quality_job_input end |
#data_quality_job_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute data_quality_job_output_config.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def data_quality_job_output_config @data_quality_job_output_config end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def job_resources @job_resources end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def end |