Class: Aws::Types::PutTestSourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutTestSourcesRequest
- 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.
-
#test_sources ⇒ ::Array[Types::TestSourceInput]
Returns the value of attribute test_sources.
Instance Attribute Details
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def service_arn @service_arn end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def test_id @test_id end |
#test_sources ⇒ ::Array[Types::TestSourceInput]
Returns the value of attribute test_sources.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def test_sources @test_sources end |