Struct rusoto_ses::DeleteTemplateRequest[][src]

pub struct DeleteTemplateRequest {
    pub template_name: String,
}

Represents a request to delete an email template. For more information, see the Amazon SES Developer Guide.

Fields

The name of the template to be deleted.

Trait Implementations

impl Default for DeleteTemplateRequest
[src]

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

impl Debug for DeleteTemplateRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteTemplateRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteTemplateRequest
[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