Class: Aws::Types::IncidentRecordSummary

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)


384
385
386
# File 'sig/types.rbs', line 384

def arn
  @arn
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


385
386
387
# File 'sig/types.rbs', line 385

def creation_time
  @creation_time
end

#impact ⇒ ::Integer

Returns the value of attribute impact.

Returns:

  • (::Integer)


386
387
388
# File 'sig/types.rbs', line 386

def impact
  @impact
end

#incident_record_source ⇒ Types::IncidentRecordSource

Returns the value of attribute incident_record_source.



387
388
389
# File 'sig/types.rbs', line 387

def incident_record_source
  @incident_record_source
end

#resolved_time ⇒ ::Time

Returns the value of attribute resolved_time.

Returns:

  • (::Time)


388
389
390
# File 'sig/types.rbs', line 388

def resolved_time
  @resolved_time
end

#status ⇒ "OPEN", "RESOLVED"

Returns the value of attribute status.

Returns:

  • ("OPEN", "RESOLVED")


389
390
391
# File 'sig/types.rbs', line 389

def status
  @status
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def title
  @title
end