Class: Aws::Types::AlertManagerDefinitionDescription
- Inherits:
-
Object
- Object
- Aws::Types::AlertManagerDefinitionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
-
#status ⇒ Types::AlertManagerDefinitionStatus
Returns the value of attribute status.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
19 20 21 |
# File 'sig/types.rbs', line 19 def created_at @created_at end |
#data ⇒ ::String
Returns the value of attribute data.
18 19 20 |
# File 'sig/types.rbs', line 18 def data @data end |
#modified_at ⇒ ::Time
Returns the value of attribute modified_at.
20 21 22 |
# File 'sig/types.rbs', line 20 def modified_at @modified_at end |
#status ⇒ Types::AlertManagerDefinitionStatus
Returns the value of attribute status.
17 18 19 |
# File 'sig/types.rbs', line 17 def status @status end |