Class: Aws::Types::SuccessCriteriaAlarmSummary
- Inherits:
-
Object
- Object
- Aws::Types::SuccessCriteriaAlarmSummary
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def account_id @account_id end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def alarm_name @alarm_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def created_at @created_at end |
#region ⇒ ::String
Returns the value of attribute region.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def region @region end |