Class: Aws::SES::Types::DeleteTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::DeleteTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to delete an email template. For more information, see the [Amazon SES Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_name ⇒ String
The name of the template to be deleted.
Instance Attribute Details
#template_name ⇒ String
The name of the template to be deleted.
1165 1166 1167 1168 1169 |
# File 'lib/aws-sdk-ses/types.rb', line 1165 class DeleteTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |