Class: Aws::SES::Types::GetCustomVerificationEmailTemplateResponse

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

Overview

The content of the custom verification email template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_redirection_urlString

The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

Returns:

  • (String)


1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1684

class GetCustomVerificationEmailTemplateResponse < Struct.new(
  :template_name,
  :from_email_address,
  :template_subject,
  :template_content,
  :success_redirection_url,
  :failure_redirection_url)
  SENSITIVE = []
  include Aws::Structure
end

#from_email_addressString

The email address that the custom verification email is sent from.

Returns:

  • (String)


1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1684

class GetCustomVerificationEmailTemplateResponse < Struct.new(
  :template_name,
  :from_email_address,
  :template_subject,
  :template_content,
  :success_redirection_url,
  :failure_redirection_url)
  SENSITIVE = []
  include Aws::Structure
end

#success_redirection_urlString

The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

Returns:

  • (String)


1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1684

class GetCustomVerificationEmailTemplateResponse < Struct.new(
  :template_name,
  :from_email_address,
  :template_subject,
  :template_content,
  :success_redirection_url,
  :failure_redirection_url)
  SENSITIVE = []
  include Aws::Structure
end

#template_contentString

The content of the custom verification email.

Returns:

  • (String)


1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1684

class GetCustomVerificationEmailTemplateResponse < Struct.new(
  :template_name,
  :from_email_address,
  :template_subject,
  :template_content,
  :success_redirection_url,
  :failure_redirection_url)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the custom verification email template.

Returns:

  • (String)


1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1684

class GetCustomVerificationEmailTemplateResponse < Struct.new(
  :template_name,
  :from_email_address,
  :template_subject,
  :template_content,
  :success_redirection_url,
  :failure_redirection_url)
  SENSITIVE = []
  include Aws::Structure
end

#template_subjectString

The subject line of the custom verification email.

Returns:

  • (String)


1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1684

class GetCustomVerificationEmailTemplateResponse < Struct.new(
  :template_name,
  :from_email_address,
  :template_subject,
  :template_content,
  :success_redirection_url,
  :failure_redirection_url)
  SENSITIVE = []
  include Aws::Structure
end