Class: Aws::Types::GetDataQualityResultResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_metricsTypes::DataQualityAggregatedMetrics

Returns the value of attribute aggregated_metrics.



3524
3525
3526
# File 'sig/types.rbs', line 3524

def aggregated_metrics
  @aggregated_metrics
end

#analyzer_results::Array[Types::DataQualityAnalyzerResult]

Returns the value of attribute analyzer_results.

Returns:



3522
3523
3524
# File 'sig/types.rbs', line 3522

def analyzer_results
  @analyzer_results
end

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


3517
3518
3519
# File 'sig/types.rbs', line 3517

def completed_on
  @completed_on
end

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



3513
3514
3515
# File 'sig/types.rbs', line 3513

def data_source
  @data_source
end

#evaluation_context::String

Returns the value of attribute evaluation_context.

Returns:

  • (::String)


3515
3516
3517
# File 'sig/types.rbs', line 3515

def evaluation_context
  @evaluation_context
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


3518
3519
3520
# File 'sig/types.rbs', line 3518

def job_name
  @job_name
end

#job_run_id::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


3519
3520
3521
# File 'sig/types.rbs', line 3519

def job_run_id
  @job_run_id
end

#observations::Array[Types::DataQualityObservation]

Returns the value of attribute observations.

Returns:



3523
3524
3525
# File 'sig/types.rbs', line 3523

def observations
  @observations
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


3511
3512
3513
# File 'sig/types.rbs', line 3511

def profile_id
  @profile_id
end

#result_id::String

Returns the value of attribute result_id.

Returns:

  • (::String)


3510
3511
3512
# File 'sig/types.rbs', line 3510

def result_id
  @result_id
end

#rule_results::Array[Types::DataQualityRuleResult]

Returns the value of attribute rule_results.

Returns:



3521
3522
3523
# File 'sig/types.rbs', line 3521

def rule_results
  @rule_results
end

#ruleset_evaluation_run_id::String

Returns the value of attribute ruleset_evaluation_run_id.

Returns:

  • (::String)


3520
3521
3522
# File 'sig/types.rbs', line 3520

def ruleset_evaluation_run_id
  @ruleset_evaluation_run_id
end

#ruleset_name::String

Returns the value of attribute ruleset_name.

Returns:

  • (::String)


3514
3515
3516
# File 'sig/types.rbs', line 3514

def ruleset_name
  @ruleset_name
end

#score::Float

Returns the value of attribute score.

Returns:

  • (::Float)


3512
3513
3514
# File 'sig/types.rbs', line 3512

def score
  @score
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


3516
3517
3518
# File 'sig/types.rbs', line 3516

def started_on
  @started_on
end