Class: Aws::Types::DescribeDataQualityJobDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataQualityJobDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
-
#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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4108 4109 4110 |
# File 'sig/types.rbs', line 4108 def creation_time @creation_time end |
#data_quality_app_specification ⇒ Types::DataQualityAppSpecification
Returns the value of attribute data_quality_app_specification.
4110 4111 4112 |
# File 'sig/types.rbs', line 4110 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.
4109 4110 4111 |
# File 'sig/types.rbs', line 4109 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.
4111 4112 4113 |
# File 'sig/types.rbs', line 4111 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.
4112 4113 4114 |
# File 'sig/types.rbs', line 4112 def data_quality_job_output_config @data_quality_job_output_config end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
4106 4107 4108 |
# File 'sig/types.rbs', line 4106 def job_definition_arn @job_definition_arn end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
4107 4108 4109 |
# File 'sig/types.rbs', line 4107 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
4113 4114 4115 |
# File 'sig/types.rbs', line 4113 def job_resources @job_resources end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
4114 4115 4116 |
# File 'sig/types.rbs', line 4114 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4115 4116 4117 |
# File 'sig/types.rbs', line 4115 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
4116 4117 4118 |
# File 'sig/types.rbs', line 4116 def stopping_condition @stopping_condition end |