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:



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

def data_source
  @data_source
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


2072
2073
2074
# File 'sig/types.rbs', line 2072

def job_name
  @job_name
end

#job_run_id::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


2073
2074
2075
# File 'sig/types.rbs', line 2073

def job_run_id
  @job_run_id
end

#result_id::String

Returns the value of attribute result_id.

Returns:

  • (::String)


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

def result_id
  @result_id
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


2074
2075
2076
# File 'sig/types.rbs', line 2074

def started_on
  @started_on
end