Class: Aws::Types::DescribeDataQualityJobDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4093
4094
4095
# File 'sig/types.rbs', line 4093

def creation_time
  @creation_time
end

#data_quality_app_specificationTypes::DataQualityAppSpecification

Returns the value of attribute data_quality_app_specification.



4095
4096
4097
# File 'sig/types.rbs', line 4095

def data_quality_app_specification
  @data_quality_app_specification
end

#data_quality_baseline_configTypes::DataQualityBaselineConfig

Returns the value of attribute data_quality_baseline_config.



4094
4095
4096
# File 'sig/types.rbs', line 4094

def data_quality_baseline_config
  @data_quality_baseline_config
end

#data_quality_job_inputTypes::DataQualityJobInput

Returns the value of attribute data_quality_job_input.



4096
4097
4098
# File 'sig/types.rbs', line 4096

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.



4097
4098
4099
# File 'sig/types.rbs', line 4097

def data_quality_job_output_config
  @data_quality_job_output_config
end

#job_definition_arn::String

Returns the value of attribute job_definition_arn.

Returns:

  • (::String)


4091
4092
4093
# File 'sig/types.rbs', line 4091

def job_definition_arn
  @job_definition_arn
end

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


4092
4093
4094
# File 'sig/types.rbs', line 4092

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



4098
4099
4100
# File 'sig/types.rbs', line 4098

def job_resources
  @job_resources
end

#network_configTypes::MonitoringNetworkConfig

Returns the value of attribute network_config.



4099
4100
4101
# File 'sig/types.rbs', line 4099

def network_config
  @network_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4100
4101
4102
# File 'sig/types.rbs', line 4100

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



4101
4102
4103
# File 'sig/types.rbs', line 4101

def stopping_condition
  @stopping_condition
end