Class: Aws::Types::ObservabilityAlarmSummary
- Inherits:
-
Object
- Object
- Aws::Types::ObservabilityAlarmSummary
- 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.
968 969 970 |
# File 'sig/types.rbs', line 968 def account_id @account_id end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
965 966 967 |
# File 'sig/types.rbs', line 965 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
966 967 968 |
# File 'sig/types.rbs', line 966 def alarm_name @alarm_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
969 970 971 |
# File 'sig/types.rbs', line 969 def created_at @created_at end |
#region ⇒ ::String
Returns the value of attribute region.
967 968 969 |
# File 'sig/types.rbs', line 967 def region @region end |