Class: Aws::Types::CreateTestSetDiscrepancyReportResponse

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def test_set_id
  @test_set_id
end