Class: Aws::Types::DescribeTestSetDiscrepancyReportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1663
1664
1665
# File 'sig/types.rbs', line 1663

def creation_date_time
  @creation_date_time
end

#failure_reasons ⇒ ::Array[::String]

Returns the value of attribute failure_reasons.

Returns:

  • (::Array[::String])


1669
1670
1671
# File 'sig/types.rbs', line 1669

def failure_reasons
  @failure_reasons
end

#last_updated_data_time ⇒ ::Time

Returns the value of attribute last_updated_data_time.

Returns:

  • (::Time)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def last_updated_data_time
  @last_updated_data_time
end

#target ⇒ Types::TestSetDiscrepancyReportResourceTarget

Returns the value of attribute target.



1664
1665
1666
# File 'sig/types.rbs', line 1664

def target
  @target
end

#test_set_discrepancy_raw_output_url ⇒ ::String

Returns the value of attribute test_set_discrepancy_raw_output_url.

Returns:

  • (::String)


1668
1669
1670
# File 'sig/types.rbs', line 1668

def test_set_discrepancy_raw_output_url
  @test_set_discrepancy_raw_output_url
end

#test_set_discrepancy_report_id ⇒ ::String

Returns the value of attribute test_set_discrepancy_report_id.

Returns:

  • (::String)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def test_set_discrepancy_report_id
  @test_set_discrepancy_report_id
end

#test_set_discrepancy_report_status ⇒ "InProgress", ...

Returns the value of attribute test_set_discrepancy_report_status.

Returns:

  • ("InProgress", "Completed", "Failed")


1665
1666
1667
# File 'sig/types.rbs', line 1665

def test_set_discrepancy_report_status
  @test_set_discrepancy_report_status
end

#test_set_discrepancy_top_errors ⇒ Types::TestSetDiscrepancyErrors

Returns the value of attribute test_set_discrepancy_top_errors.



1667
1668
1669
# File 'sig/types.rbs', line 1667

def test_set_discrepancy_top_errors
  @test_set_discrepancy_top_errors
end

#test_set_id ⇒ ::String

Returns the value of attribute test_set_id.

Returns:

  • (::String)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def test_set_id
  @test_set_id
end