Class: Aws::SESV2::Types::GetEmailTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::GetEmailTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to display the template object (which includes the subject line, HTML part and text part) for the template you specify.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_name ⇒ String
The name of the template.
Instance Attribute Details
#template_name ⇒ String
The name of the template.
3498 3499 3500 3501 3502 |
# File 'lib/aws-sdk-sesv2/types.rb', line 3498 class GetEmailTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end |