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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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][1

in the *Amazon Pinpoint User

Guide*.

[1]: docs.aws.amazon.com/pinpoint/latest/userguide/analytics-transactional-messages.html

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)


5255
5256
5257
5258
5259
# File 'lib/aws-sdk-sesv2/types.rb', line 5255

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