Class: Aws::SESV2::Types::PinpointDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

An object that defines an Amazon Pinpoint project destination for email events. You can send email event data to a Amazon Pinpoint project to view metrics using the Transactional Messaging dashboards that are built in to Amazon Pinpoint. For more information, see Transactional Messaging Charts in the Amazon Pinpoint User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.

Returns:

  • (String)


6518
6519
6520
6521
6522
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6518

class PinpointDestination < Struct.new(
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end