Class: Aws::Types::UpdateIncidentRecordInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIncidentRecordInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#impact ⇒ ::Integer
Returns the value of attribute impact.
-
#notification_targets ⇒ ::Array[Types::NotificationTargetItem]
Returns the value of attribute notification_targets.
-
#status ⇒ "OPEN", "RESOLVED"
Returns the value of attribute status.
-
#summary ⇒ ::String
Returns the value of attribute summary.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
732 733 734 |
# File 'sig/types.rbs', line 732 def arn @arn end |
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
733 734 735 |
# File 'sig/types.rbs', line 733 def chat_channel @chat_channel end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
734 735 736 |
# File 'sig/types.rbs', line 734 def client_token @client_token end |
#impact ⇒ ::Integer
Returns the value of attribute impact.
735 736 737 |
# File 'sig/types.rbs', line 735 def impact @impact end |
#notification_targets ⇒ ::Array[Types::NotificationTargetItem]
Returns the value of attribute notification_targets.
736 737 738 |
# File 'sig/types.rbs', line 736 def notification_targets @notification_targets end |
#status ⇒ "OPEN", "RESOLVED"
Returns the value of attribute status.
737 738 739 |
# File 'sig/types.rbs', line 737 def status @status end |
#summary ⇒ ::String
Returns the value of attribute summary.
738 739 740 |
# File 'sig/types.rbs', line 738 def summary @summary end |
#title ⇒ ::String
Returns the value of attribute title.
739 740 741 |
# File 'sig/types.rbs', line 739 def title @title end |