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.
5772 5773 5774 |
# File 'sig/types.rbs', line 5772 def alert_type @alert_type end |
#cleared_timestamp ⇒ ::Time
Returns the value of attribute cleared_timestamp.
5773 5774 5775 |
# File 'sig/types.rbs', line 5773 def @cleared_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
5774 5775 5776 |
# File 'sig/types.rbs', line 5774 def id @id end |
#message ⇒ ::String
Returns the value of attribute message.
5775 5776 5777 |
# File 'sig/types.rbs', line 5775 def @message end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
5776 5777 5778 |
# File 'sig/types.rbs', line 5776 def pipeline_id @pipeline_id end |
#set_timestamp ⇒ ::Time
Returns the value of attribute set_timestamp.
5777 5778 5779 |
# File 'sig/types.rbs', line 5777 def @set_timestamp end |
#state ⇒ "SET", "CLEARED"
Returns the value of attribute state.
5778 5779 5780 |
# File 'sig/types.rbs', line 5778 def state @state end |