Class: Aws::PinpointEmail::Types::CreateEmailIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointEmail::Types::CreateEmailIdentityRequest
- Includes:
- Structure
- Defined in:
- 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
-
#email_identity ⇒ String
The email address or domain that you want to verify.
-
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
Instance Attribute Details
#email_identity ⇒ String
The email address or domain that you want to verify.
366 367 368 369 370 371 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 366 class CreateEmailIdentityRequest < Struct.new( :email_identity, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) that you want to associate with the email identity.
366 367 368 369 370 371 |
# File 'lib/aws-sdk-pinpointemail/types.rb', line 366 class CreateEmailIdentityRequest < Struct.new( :email_identity, :tags) SENSITIVE = [] include Aws::Structure end |