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.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def account_id @account_id end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def alarm_name @alarm_name end |
#region ⇒ ::String
Returns the value of attribute region.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def region @region end |