Class: Aws::Types::TestCase
- Inherits:
-
Object
- Object
- Aws::Types::TestCase
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_in_nano_seconds ⇒ ::Integer
Returns the value of attribute duration_in_nano_seconds.
-
#expired ⇒ ::Time
Returns the value of attribute expired.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#report_arn ⇒ ::String
Returns the value of attribute report_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#test_raw_data_path ⇒ ::String
Returns the value of attribute test_raw_data_path.
-
#test_suite_name ⇒ ::String
Returns the value of attribute test_suite_name.
Instance Attribute Details
#duration_in_nano_seconds ⇒ ::Integer
Returns the value of attribute duration_in_nano_seconds.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def duration_in_nano_seconds @duration_in_nano_seconds end |
#expired ⇒ ::Time
Returns the value of attribute expired.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def expired @expired end |
#message ⇒ ::String
Returns the value of attribute message.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def end |
#name ⇒ ::String
Returns the value of attribute name.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def name @name end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def prefix @prefix end |
#report_arn ⇒ ::String
Returns the value of attribute report_arn.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def report_arn @report_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def status @status end |
#test_raw_data_path ⇒ ::String
Returns the value of attribute test_raw_data_path.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def test_raw_data_path @test_raw_data_path end |
#test_suite_name ⇒ ::String
Returns the value of attribute test_suite_name.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def test_suite_name @test_suite_name end |