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.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def account_id @account_id end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def alarm_name @alarm_name end |
#outcome ⇒ "PASSED", ...
Returns the value of attribute outcome.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def outcome @outcome end |
#outcome_reason ⇒ ::String
Returns the value of attribute outcome_reason.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def outcome_reason @outcome_reason end |
#region ⇒ ::String
Returns the value of attribute region.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def region @region end |