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.
5867 5868 5869 |
# File 'sig/types.rbs', line 5867 def alert_type @alert_type end |
#cleared_timestamp ⇒ ::Time
Returns the value of attribute cleared_timestamp.
5868 5869 5870 |
# File 'sig/types.rbs', line 5868 def @cleared_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
5869 5870 5871 |
# File 'sig/types.rbs', line 5869 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
5870 5871 5872 |
# File 'sig/types.rbs', line 5870 def @message end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
5871 5872 5873 |
# File 'sig/types.rbs', line 5871 def pipeline_id @pipeline_id end |
#set_timestamp ⇒ ::Time
Returns the value of attribute set_timestamp.
5872 5873 5874 |
# File 'sig/types.rbs', line 5872 def @set_timestamp end |
#state ⇒ "SET", "CLEARED"
Returns the value of attribute state.
5873 5874 5875 |
# File 'sig/types.rbs', line 5873 def state @state end |