Class: Aws::Types::DescribeTestSetDiscrepancyReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTestSetDiscrepancyReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#last_updated_data_time ⇒ ::Time
Returns the value of attribute last_updated_data_time.
-
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
Returns the value of attribute target.
-
#test_set_discrepancy_raw_output_url ⇒ ::String
Returns the value of attribute test_set_discrepancy_raw_output_url.
-
#test_set_discrepancy_report_id ⇒ ::String
Returns the value of attribute test_set_discrepancy_report_id.
-
#test_set_discrepancy_report_status ⇒ "InProgress", ...
Returns the value of attribute test_set_discrepancy_report_status.
-
#test_set_discrepancy_top_errors ⇒ Types::TestSetDiscrepancyErrors
Returns the value of attribute test_set_discrepancy_top_errors.
-
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_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.
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.
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.
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.
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.
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.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def test_set_id @test_set_id end |