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.



2081
2082
2083
# File 'sig/types.rbs', line 2081

def data_quality_app_specification
  @data_quality_app_specification
end

#data_quality_baseline_configTypes::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_inputTypes::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_configTypes::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.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



2084
2085
2086
# File 'sig/types.rbs', line 2084

def job_resources
  @job_resources
end

#network_configTypes::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.

Returns:

  • (::String)


2086
2087
2088
# File 'sig/types.rbs', line 2086

def role_arn
  @role_arn
end

#stopping_conditionTypes::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.

Returns:



2088
2089
2090
# File 'sig/types.rbs', line 2088

def tags
  @tags
end