Class: Aws::Types::EventSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_id ⇒ ::String

Returns the value of attribute event_id.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def event_id
  @event_id
end

#event_references ⇒ ::Array[Types::EventReference]

Returns the value of attribute event_references.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def event_references
  @event_references
end

#event_time ⇒ ::Time

Returns the value of attribute event_time.

Returns:

  • (::Time)


255
256
257
# File 'sig/types.rbs', line 255

def event_time
  @event_time
end

#event_type ⇒ ::String

Returns the value of attribute event_type.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def event_type
  @event_type
end

#event_updated_time ⇒ ::Time

Returns the value of attribute event_updated_time.

Returns:

  • (::Time)


257
258
259
# File 'sig/types.rbs', line 257

def event_updated_time
  @event_updated_time
end

#incident_record_arn ⇒ ::String

Returns the value of attribute incident_record_arn.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def incident_record_arn
  @incident_record_arn
end