Class: Aws::PinpointEmail::Types::CreateEmailIdentityRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb

Overview

A request to begin the verification process for an email identity (an email address or domain).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#email_identityString

The email address or domain that you want to verify.

Returns:

  • (String)


366
367
368
369
370
371
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 366

class CreateEmailIdentityRequest < Struct.new(
  :email_identity,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of objects that define the tags (keys and values) that you want to associate with the email identity.

Returns:



366
367
368
369
370
371
# File 'gems/aws-sdk-pinpointemail/lib/aws-sdk-pinpointemail/types.rb', line 366

class CreateEmailIdentityRequest < Struct.new(
  :email_identity,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end