Class: Aws::Types::IncidentTemplate
- Inherits:
-
Object
- Object
- Aws::Types::IncidentTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dedupe_string ⇒ ::String
Returns the value of attribute dedupe_string.
-
#impact ⇒ ::Integer
Returns the value of attribute impact.
-
#incident_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute incident_tags.
-
#notification_targets ⇒ ::Array[Types::NotificationTargetItem]
Returns the value of attribute notification_targets.
-
#summary ⇒ ::String
Returns the value of attribute summary.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#dedupe_string ⇒ ::String
Returns the value of attribute dedupe_string.
395 396 397 |
# File 'sig/types.rbs', line 395 def dedupe_string @dedupe_string end |
#impact ⇒ ::Integer
Returns the value of attribute impact.
396 397 398 |
# File 'sig/types.rbs', line 396 def impact @impact end |
#incident_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute incident_tags.
397 398 399 |
# File 'sig/types.rbs', line 397 def @incident_tags end |
#notification_targets ⇒ ::Array[Types::NotificationTargetItem]
Returns the value of attribute notification_targets.
398 399 400 |
# File 'sig/types.rbs', line 398 def notification_targets @notification_targets end |
#summary ⇒ ::String
Returns the value of attribute summary.
399 400 401 |
# File 'sig/types.rbs', line 399 def summary @summary end |
#title ⇒ ::String
Returns the value of attribute title.
400 401 402 |
# File 'sig/types.rbs', line 400 def title @title end |