Struct rusoto_ses::TestRenderTemplateRequest[][src]

pub struct TestRenderTemplateRequest {
    pub template_data: String,
    pub template_name: String,
}

Fields

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

The name of the template that you want to render.

Trait Implementations

impl Default for TestRenderTemplateRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for TestRenderTemplateRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for TestRenderTemplateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TestRenderTemplateRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations