Class: Aws::Types::StartTestExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTestExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_mode ⇒ "Streaming", "NonStreaming"
Returns the value of attribute api_mode.
-
#target ⇒ Types::TestExecutionTarget
Returns the value of attribute target.
-
#test_execution_modality ⇒ "Text", "Audio"
Returns the value of attribute test_execution_modality.
-
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
Instance Attribute Details
#api_mode ⇒ "Streaming", "NonStreaming"
Returns the value of attribute api_mode.
3208 3209 3210 |
# File 'sig/types.rbs', line 3208 def api_mode @api_mode end |
#target ⇒ Types::TestExecutionTarget
Returns the value of attribute target.
3207 3208 3209 |
# File 'sig/types.rbs', line 3207 def target @target end |
#test_execution_modality ⇒ "Text", "Audio"
Returns the value of attribute test_execution_modality.
3209 3210 3211 |
# File 'sig/types.rbs', line 3209 def test_execution_modality @test_execution_modality end |
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
3206 3207 3208 |
# File 'sig/types.rbs', line 3206 def test_set_id @test_set_id end |