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.
5783 5784 5785 |
# File 'sig/types.rbs', line 5783 def alert_type @alert_type end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
5784 5785 5786 |
# File 'sig/types.rbs', line 5784 def channel_id @channel_id end |
#cleared_timestamp ⇒ ::Time
Returns the value of attribute cleared_timestamp.
5785 5786 5787 |
# File 'sig/types.rbs', line 5785 def @cleared_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
5786 5787 5788 |
# File 'sig/types.rbs', line 5786 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
5787 5788 5789 |
# File 'sig/types.rbs', line 5787 def @message end |
#node_id ⇒ ::String
Returns the value of attribute node_id.
5788 5789 5790 |
# File 'sig/types.rbs', line 5788 def node_id @node_id end |
#set_timestamp ⇒ ::Time
Returns the value of attribute set_timestamp.
5789 5790 5791 |
# File 'sig/types.rbs', line 5789 def @set_timestamp end |
#state ⇒ "SET", "CLEARED"
Returns the value of attribute state.
5790 5791 5792 |
# File 'sig/types.rbs', line 5790 def state @state end |