Class: Aws::Types::ClusterAlert
- Inherits:
-
Object
- Object
- Aws::Types::ClusterAlert
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alert_type ⇒ ::String
Returns the value of attribute alert_type.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#cleared_timestamp ⇒ ::Time
Returns the value of attribute cleared_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#node_id ⇒ ::String
Returns the value of attribute node_id.
-
#set_timestamp ⇒ ::Time
Returns the value of attribute set_timestamp.
-
#state ⇒ "SET", "CLEARED"
Returns the value of attribute state.
Instance Attribute Details
#alert_type ⇒ ::String
Returns the value of attribute alert_type.
5795 5796 5797 |
# File 'sig/types.rbs', line 5795 def alert_type @alert_type end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
5796 5797 5798 |
# File 'sig/types.rbs', line 5796 def channel_id @channel_id end |
#cleared_timestamp ⇒ ::Time
Returns the value of attribute cleared_timestamp.
5797 5798 5799 |
# File 'sig/types.rbs', line 5797 def end |
#id ⇒ ::String
Returns the value of attribute id.
5798 5799 5800 |
# File 'sig/types.rbs', line 5798 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
5799 5800 5801 |
# File 'sig/types.rbs', line 5799 def end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5800 5801 5802 |
# File 'sig/types.rbs', line 5800 def node_id @node_id end |
#set_timestamp ⇒ ::Time
Returns the value of attribute set_timestamp.
5801 5802 5803 |
# File 'sig/types.rbs', line 5801 def end |
#state ⇒ "SET", "CLEARED"
Returns the value of attribute state.
5802 5803 5804 |
# File 'sig/types.rbs', line 5802 def state @state end |