Class: Aws::Types::TestRunSummary
- Inherits:
-
Object
- Object
- Aws::Types::TestRunSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_targeting ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute account_targeting.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
-
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
Instance Attribute Details
#account_targeting ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute account_targeting.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def account_targeting @account_targeting end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def ended_at @ended_at end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def @error_message end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def service_arn @service_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def started_at @started_at end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def status @status end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def test_run_id @test_run_id end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def test_template_arn @test_template_arn end |