Class: Aws::Types::ManagedMetricAlarm
- Inherits:
-
Object
- Object
- Aws::Types::ManagedMetricAlarm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def arn @arn end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1825 1826 1827 |
# File 'sig/types.rbs', line 1825 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1826 1827 1828 |
# File 'sig/types.rbs', line 1826 def updated_at @updated_at end |