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.
6327 6328 6329 6330 6331 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6327 class PinpointDestination < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |