Class: Aws::Types::TestRunSuccessCriteriaAlarmSummary
- Inherits:
-
Object
- Object
- Aws::Types::TestRunSuccessCriteriaAlarmSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
-
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
-
#outcome ⇒ "PASSED", ...
Returns the value of attribute outcome.
-
#outcome_reason ⇒ ::String
Returns the value of attribute outcome_reason.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def account_id @account_id end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def alarm_name @alarm_name end |
#outcome ⇒ "PASSED", ...
Returns the value of attribute outcome.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def outcome @outcome end |
#outcome_reason ⇒ ::String
Returns the value of attribute outcome_reason.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def outcome_reason @outcome_reason end |
#region ⇒ ::String
Returns the value of attribute region.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def region @region end |