Class: Aws::Types::TestRunObservabilityAlarmSummary
- Inherits:
-
Object
- Object
- Aws::Types::TestRunObservabilityAlarmSummary
- 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.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def account_id @account_id end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def alarm_name @alarm_name end |
#region ⇒ ::String
Returns the value of attribute region.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def region @region end |