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.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def account_targeting @account_targeting end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1838 1839 1840 |
# File 'sig/types.rbs', line 1838 def ended_at @ended_at end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def @error_message end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def service_arn @service_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1837 1838 1839 |
# File 'sig/types.rbs', line 1837 def started_at @started_at end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def status @status end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def test_run_id @test_run_id end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def test_template_arn @test_template_arn end |