Class: Aws::Types::DescribeTestExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTestExecutionResponse
- 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.
-
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
-
#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.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def api_mode @api_mode end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def creation_date_time @creation_date_time end |
#failure_reasons ⇒ ::Array[::String]
Returns the value of attribute failure_reasons.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def failure_reasons @failure_reasons end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def last_updated_date_time @last_updated_date_time end |
#target ⇒ Types::TestExecutionTarget
Returns the value of attribute target.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def target @target end |
#test_execution_id ⇒ ::String
Returns the value of attribute test_execution_id.
1642 1643 1644 |
# File 'sig/types.rbs', line 1642 def test_execution_id @test_execution_id end |
#test_execution_modality ⇒ "Text", "Audio"
Returns the value of attribute test_execution_modality.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def test_execution_modality @test_execution_modality end |
#test_execution_status ⇒ "Pending", ...
Returns the value of attribute test_execution_status.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def test_execution_status @test_execution_status end |
#test_set_id ⇒ ::String
Returns the value of attribute test_set_id.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def test_set_id @test_set_id end |
#test_set_name ⇒ ::String
Returns the value of attribute test_set_name.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def test_set_name @test_set_name end |