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.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def account_id @account_id end |
#alarm_arn ⇒ ::String
Returns the value of attribute alarm_arn.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def alarm_arn @alarm_arn end |
#alarm_name ⇒ ::String
Returns the value of attribute alarm_name.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def alarm_name @alarm_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def created_at @created_at end |
#region ⇒ ::String
Returns the value of attribute region.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def region @region end |