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.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 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.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 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.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 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.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def data_quality_job_output_config @data_quality_job_output_config end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
2084 2085 2086 |
# File 'sig/types.rbs', line 2084 def job_resources @job_resources end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
2085 2086 2087 |
# File 'sig/types.rbs', line 2085 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2086 2087 2088 |
# File 'sig/types.rbs', line 2086 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
2087 2088 2089 |
# File 'sig/types.rbs', line 2087 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2088 2089 2090 |
# File 'sig/types.rbs', line 2088 def @tags end |