Method: Aws::SESV2::Types::GetCustomVerificationEmailTemplateRequest#template_name

Defined in:
lib/aws-sdk-sesv2/types.rb

#template_nameString

The name of the custom verification email template that you want to retrieve.

Returns:

  • (String)


3309
3310
3311
3312
3313
# File 'lib/aws-sdk-sesv2/types.rb', line 3309

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