Class: Aws::PinpointEmail::Types::PinpointDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::PinpointDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointemail/types.rb
Overview
An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events to create attributes in Amazon Pinpoint projects. You can use these attributes to create segments for your campaigns.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
Instance Attribute Details
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Pinpoint project that you want to send email events to.
2246 2247 2248 2249 2250 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 2246 class PinpointDestination < Struct.new( :application_arn) SENSITIVE = [] include Aws::Structure end |