Class: Aws::SES::Types::GetCustomVerificationEmailTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetCustomVerificationEmailTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to retrieve an existing custom verification email template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_name ⇒ String
The name of the custom verification email template to retrieve.
Instance Attribute Details
#template_name ⇒ String
The name of the custom verification email template to retrieve.
1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-ses/types.rb', line 1648 class GetCustomVerificationEmailTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |