Class: Aws::Types::CreateTestSetDiscrepancyReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTestSetDiscrepancyReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
Returns the value of attribute target.
-
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
Instance Attribute Details
#target ⇒ Types::TestSetDiscrepancyReportResourceTarget
Returns the value of attribute target.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def target @target end |
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def test_set_id @test_set_id end |