Class: Aws::Types::IncidentRecord
- Inherits:
-
Object
- Object
- Aws::Types::IncidentRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#automation_executions ⇒ ::Array[Types::AutomationExecution]
Returns the value of attribute automation_executions.
-
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#dedupe_string ⇒ ::String
Returns the value of attribute dedupe_string.
-
#impact ⇒ ::Integer
Returns the value of attribute impact.
-
#incident_record_source ⇒ Types::IncidentRecordSource
Returns the value of attribute incident_record_source.
-
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#notification_targets ⇒ ::Array[Types::NotificationTargetItem]
Returns the value of attribute notification_targets.
-
#resolved_time ⇒ ::Time
Returns the value of attribute resolved_time.
-
#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.
358 359 360 |
# File 'sig/types.rbs', line 358 def arn @arn end |
#automation_executions ⇒ ::Array[Types::AutomationExecution]
Returns the value of attribute automation_executions.
359 360 361 |
# File 'sig/types.rbs', line 359 def automation_executions @automation_executions end |
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
360 361 362 |
# File 'sig/types.rbs', line 360 def chat_channel @chat_channel end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
361 362 363 |
# File 'sig/types.rbs', line 361 def creation_time @creation_time end |
#dedupe_string ⇒ ::String
Returns the value of attribute dedupe_string.
362 363 364 |
# File 'sig/types.rbs', line 362 def dedupe_string @dedupe_string end |
#impact ⇒ ::Integer
Returns the value of attribute impact.
363 364 365 |
# File 'sig/types.rbs', line 363 def impact @impact end |
#incident_record_source ⇒ Types::IncidentRecordSource
Returns the value of attribute incident_record_source.
364 365 366 |
# File 'sig/types.rbs', line 364 def incident_record_source @incident_record_source end |
#last_modified_by ⇒ ::String
Returns the value of attribute last_modified_by.
365 366 367 |
# File 'sig/types.rbs', line 365 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
366 367 368 |
# File 'sig/types.rbs', line 366 def last_modified_time @last_modified_time end |
#notification_targets ⇒ ::Array[Types::NotificationTargetItem]
Returns the value of attribute notification_targets.
367 368 369 |
# File 'sig/types.rbs', line 367 def notification_targets @notification_targets end |
#resolved_time ⇒ ::Time
Returns the value of attribute resolved_time.
368 369 370 |
# File 'sig/types.rbs', line 368 def resolved_time @resolved_time end |
#status ⇒ "OPEN", "RESOLVED"
Returns the value of attribute status.
369 370 371 |
# File 'sig/types.rbs', line 369 def status @status end |
#summary ⇒ ::String
Returns the value of attribute summary.
370 371 372 |
# File 'sig/types.rbs', line 370 def summary @summary end |
#title ⇒ ::String
Returns the value of attribute title.
371 372 373 |
# File 'sig/types.rbs', line 371 def title @title end |