Class: Aws::Types::TestExecutionSummary
- Inherits:
-
Object
- Object
- Aws::Types::TestExecutionSummary
- 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.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_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_execution_status ⇒ "Pending", ...
Returns the value of attribute test_execution_status.
-
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
-
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
Instance Attribute Details
#api_mode ⇒ "Streaming", "NonStreaming"
Returns the value of attribute api_mode.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def api_mode @api_mode end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
3338 3339 3340 |
# File 'sig/types.rbs', line 3338 def creation_date_time @creation_date_time end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3339 3340 3341 |
# File 'sig/types.rbs', line 3339 def last_updated_date_time @last_updated_date_time end |
#target ⇒ Types::TestExecutionTarget
Returns the value of attribute target.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def target @target end |
#test_execution_id ⇒ ::String
Returns the value of attribute test_execution_id.
3337 3338 3339 |
# File 'sig/types.rbs', line 3337 def test_execution_id @test_execution_id end |
#test_execution_modality ⇒ "Text", "Audio"
Returns the value of attribute test_execution_modality.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def test_execution_modality @test_execution_modality end |
#test_execution_status ⇒ "Pending", ...
Returns the value of attribute test_execution_status.
3340 3341 3342 |
# File 'sig/types.rbs', line 3340 def test_execution_status @test_execution_status end |
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
3341 3342 3343 |
# File 'sig/types.rbs', line 3341 def test_set_id @test_set_id end |
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
3342 3343 3344 |
# File 'sig/types.rbs', line 3342 def test_set_name @test_set_name end |