Class: Aws::Types::ChannelAlert
- Inherits:
-
Object
- Object
- Aws::Types::ChannelAlert
- 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.
5775 5776 5777 |
# File 'sig/types.rbs', line 5775 def alert_type @alert_type end |
#cleared_timestamp ⇒ ::Time
Returns the value of attribute cleared_timestamp.
5776 5777 5778 |
# File 'sig/types.rbs', line 5776 def @cleared_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
5777 5778 5779 |
# File 'sig/types.rbs', line 5777 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
5778 5779 5780 |
# File 'sig/types.rbs', line 5778 def @message end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
5779 5780 5781 |
# File 'sig/types.rbs', line 5779 def pipeline_id @pipeline_id end |
#set_timestamp ⇒ ::Time
Returns the value of attribute set_timestamp.
5780 5781 5782 |
# File 'sig/types.rbs', line 5780 def @set_timestamp end |
#state ⇒ "SET", "CLEARED"
Returns the value of attribute state.
5781 5782 5783 |
# File 'sig/types.rbs', line 5781 def state @state end |