Class: Aws::Types::DescribeTestCaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTestCaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
-
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2895 2896 2897 |
# File 'sig/types.rbs', line 2895 def instance_id @instance_id end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
2897 2898 2899 |
# File 'sig/types.rbs', line 2897 def status @status end |
#test_case_id ⇒ ::String
Returns the value of attribute test_case_id.
2896 2897 2898 |
# File 'sig/types.rbs', line 2896 def test_case_id @test_case_id end |