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:



1086
1087
1088
# File 'sig/types.rbs', line 1086

def details
  @details
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1084
1085
1086
# File 'sig/types.rbs', line 1084

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")


1085
1086
1087
# File 'sig/types.rbs', line 1085

def type
  @type
end