Class: Aws::Types::StartTestExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartTestExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_mode ⇒ "Streaming", "NonStreaming"
Returns the value of attribute api_mode.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#target ⇒ Types::TestExecutionTarget
Returns the value of attribute target.
-
#test_execution_id ⇒ ::String
Returns the value of attribute test_execution_id.
-
#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.
3218 3219 3220 |
# File 'sig/types.rbs', line 3218 def api_mode @api_mode end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3215 3216 3217 |
# File 'sig/types.rbs', line 3215 def creation_date_time @creation_date_time end |
#target ⇒ Types::TestExecutionTarget
Returns the value of attribute target.
3217 3218 3219 |
# File 'sig/types.rbs', line 3217 def target @target end |
#test_execution_id ⇒ ::String
Returns the value of attribute test_execution_id.
3214 3215 3216 |
# File 'sig/types.rbs', line 3214 def test_execution_id @test_execution_id end |
#test_execution_modality ⇒ "Text", "Audio"
Returns the value of attribute test_execution_modality.
3219 3220 3221 |
# File 'sig/types.rbs', line 3219 def test_execution_modality @test_execution_modality end |
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
3216 3217 3218 |
# File 'sig/types.rbs', line 3216 def test_set_id @test_set_id end |