Class: Aws::SESV2::Types::PinpointDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::PinpointDestination
- 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
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Pinpoint project to send email events to.
6476 6477 6478 6479 6480 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6476 class PinpointDestination < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |