Class: Aws::Types::DataQualityResultDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::DataSource

Returns the value of attribute data_source.

Returns:



2067
2068
2069
# File 'sig/types.rbs', line 2067

def data_source
  @data_source
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def job_name
  @job_name
end

#job_run_id::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


2069
2070
2071
# File 'sig/types.rbs', line 2069

def job_run_id
  @job_run_id
end

#result_id::String

Returns the value of attribute result_id.

Returns:

  • (::String)


2066
2067
2068
# File 'sig/types.rbs', line 2066

def result_id
  @result_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


2070
2071
2072
# File 'sig/types.rbs', line 2070

def started_on
  @started_on
end