Class: Aws::Types::IncidentRecord

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:



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.

Returns:

  • (::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.

Returns:

  • (::String)


362
363
364
# File 'sig/types.rbs', line 362

def dedupe_string
  @dedupe_string
end

#impact ⇒ ::Integer

Returns the value of attribute impact.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:



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.

Returns:

  • (::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.

Returns:

  • ("OPEN", "RESOLVED")


369
370
371
# File 'sig/types.rbs', line 369

def status
  @status
end

#summary ⇒ ::String

Returns the value of attribute summary.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def summary
  @summary
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def title
  @title
end