Class: Aws::Types::MultiplexAlert
- Inherits:
-
Object
- Object
- Aws::Types::MultiplexAlert
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alert_type ⇒ ::String
Returns the value of attribute alert_type.
-
#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.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_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.
5855 5856 5857 |
# File 'sig/types.rbs', line 5855 def alert_type @alert_type end |
#cleared_timestamp ⇒ ::Time
Returns the value of attribute cleared_timestamp.
5856 5857 5858 |
# File 'sig/types.rbs', line 5856 def @cleared_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
5857 5858 5859 |
# File 'sig/types.rbs', line 5857 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
5858 5859 5860 |
# File 'sig/types.rbs', line 5858 def @message end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
5859 5860 5861 |
# File 'sig/types.rbs', line 5859 def pipeline_id @pipeline_id end |
#set_timestamp ⇒ ::Time
Returns the value of attribute set_timestamp.
5860 5861 5862 |
# File 'sig/types.rbs', line 5860 def @set_timestamp end |
#state ⇒ "SET", "CLEARED"
Returns the value of attribute state.
5861 5862 5863 |
# File 'sig/types.rbs', line 5861 def state @state end |