Class: Aws::Types::DescribeDataQualityJobDefinitionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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_specificationTypes::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_configTypes::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_inputTypes::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_configTypes::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_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



4113
4114
4115
# File 'sig/types.rbs', line 4113

def job_resources
  @job_resources
end

#network_configTypes::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_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



4116
4117
4118
# File 'sig/types.rbs', line 4116

def stopping_condition
  @stopping_condition
end