Class: Aws::Types::EmailInsights

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:destination])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def destination
  @destination
end

#events::Array[Types::InsightsEvent]

Returns the value of attribute events.

Returns:



614
615
616
# File 'sig/types.rbs', line 614

def events
  @events
end

#isp::String

Returns the value of attribute isp.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def isp
  @isp
end