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.
1839 1840 1841 |
# File 'sig/types.rbs', line 1839 def arn @arn end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def updated_at @updated_at end |