Class: Aws::Types::CreateDataQualityJobDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data_quality_app_specificationTypes::DataQualityAppSpecification

Returns the value of attribute data_quality_app_specification.

Returns:



2096
2097
2098
# File 'sig/types.rbs', line 2096

def data_quality_app_specification
  @data_quality_app_specification
end

#data_quality_baseline_configTypes::DataQualityBaselineConfig

Returns the value of attribute data_quality_baseline_config.

Returns:



2095
2096
2097
# File 'sig/types.rbs', line 2095

def data_quality_baseline_config
  @data_quality_baseline_config
end

#data_quality_job_inputTypes::DataQualityJobInput

Returns the value of attribute data_quality_job_input.

Returns:



2097
2098
2099
# File 'sig/types.rbs', line 2097

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.

Returns:



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.

Returns:



2094
2095
2096
# File 'sig/types.rbs', line 2094

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.

Returns:



2099
2100
2101
# File 'sig/types.rbs', line 2099

def job_resources
  @job_resources
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.

Returns:



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.

Returns:



2101
2102
2103
# File 'sig/types.rbs', line 2101

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.

Returns:



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.

Returns:



2103
2104
2105
# File 'sig/types.rbs', line 2103

def tags
  @tags
end