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)


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

def creation_time
  @creation_time
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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

def job_definition_name
  @job_definition_name
end

#job_resourcesTypes::MonitoringResources

Returns the value of attribute job_resources.



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

def job_resources
  @job_resources
end

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

Returns:

  • (::String)


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

def role_arn
  @role_arn
end

#stopping_conditionTypes::MonitoringStoppingCondition

Returns the value of attribute stopping_condition.



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

def stopping_condition
  @stopping_condition
end