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.
5784 5785 5786 |
# File 'sig/types.rbs', line 5784 def alert_type @alert_type 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 |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
5788 5789 5790 |
# File 'sig/types.rbs', line 5788 def pipeline_id @pipeline_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 |