Class: Aws::Types::GetTestRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTestRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#test_id ⇒ ::String
Returns the value of attribute test_id.
Instance Attribute Details
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
507 508 509 |
# File 'sig/types.rbs', line 507 def service_arn @service_arn end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
506 507 508 |
# File 'sig/types.rbs', line 506 def test_id @test_id end |