Class: Aws::Types::InsightsEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::EventDetails

Returns the value of attribute details.

Returns:



1118
1119
1120
# File 'sig/types.rbs', line 1118

def details
  @details
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def timestamp
  @timestamp
end

#type"SEND", ...

Returns the value of attribute type.

Returns:

  • ("SEND", "REJECT", "BOUNCE", "COMPLAINT", "DELIVERY", "OPEN", "CLICK", "RENDERING_FAILURE", "DELIVERY_DELAY", "SUBSCRIPTION")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def type
  @type
end