Class: Aws::PinpointEmail::Types::PinpointDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/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

Instance Attribute Details

#application_arnString

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

Returns:

  • (String)


2246
2247
2248
2249
2250
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 2246

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