Class: Aws::SES::Types::SendCustomVerificationEmailRequest

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

Overview

Represents a request to send a custom verification email to a specified recipient.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

Name of a configuration set to use when sending the verification email.

Returns:

  • (String)


3930
3931
3932
3933
3934
3935
3936
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3930

class SendCustomVerificationEmailRequest < Struct.new(
  :email_address,
  :template_name,
  :configuration_set_name)
  SENSITIVE = []
  include Aws::Structure
end

#email_addressString

The email address to verify.

Returns:

  • (String)


3930
3931
3932
3933
3934
3935
3936
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3930

class SendCustomVerificationEmailRequest < Struct.new(
  :email_address,
  :template_name,
  :configuration_set_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the custom verification email template to use when sending the verification email.

Returns:

  • (String)


3930
3931
3932
3933
3934
3935
3936
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 3930

class SendCustomVerificationEmailRequest < Struct.new(
  :email_address,
  :template_name,
  :configuration_set_name)
  SENSITIVE = []
  include Aws::Structure
end