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.
4091 4092 4093 |
# File 'sig/types.rbs', line 4091 def creation_time @creation_time end |
#data_quality_app_specification ⇒ Types::DataQualityAppSpecification
Returns the value of attribute data_quality_app_specification.
4093 4094 4095 |
# File 'sig/types.rbs', line 4093 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.
4092 4093 4094 |
# File 'sig/types.rbs', line 4092 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.
4094 4095 4096 |
# File 'sig/types.rbs', line 4094 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.
4095 4096 4097 |
# File 'sig/types.rbs', line 4095 def data_quality_job_output_config @data_quality_job_output_config end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
4089 4090 4091 |
# File 'sig/types.rbs', line 4089 def job_definition_arn @job_definition_arn end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
4090 4091 4092 |
# File 'sig/types.rbs', line 4090 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
4096 4097 4098 |
# File 'sig/types.rbs', line 4096 def job_resources @job_resources end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
4097 4098 4099 |
# File 'sig/types.rbs', line 4097 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4098 4099 4100 |
# File 'sig/types.rbs', line 4098 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
4099 4100 4101 |
# File 'sig/types.rbs', line 4099 def stopping_condition @stopping_condition end |