Class: Aws::Types::CreateTestSetDiscrepancyReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTestSetDiscrepancyReportResponse
- 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.
-
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
Returns the value of attribute target.
-
#test_set_discrepancy_report_id ⇒ ::String
Returns the value of attribute test_set_discrepancy_report_id.
-
#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.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def creation_date_time @creation_date_time end |
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
Returns the value of attribute target.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def target @target end |
#test_set_discrepancy_report_id ⇒ ::String
Returns the value of attribute test_set_discrepancy_report_id.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def test_set_discrepancy_report_id @test_set_discrepancy_report_id end |
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def test_set_id @test_set_id end |