Struct cfn::aws::ses::TemplateProperties [] [src]

pub struct TemplateProperties {
    pub template: Option<Value<Template>>,
}

Properties for the Template resource.

Fields

Property Template.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for TemplateProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TemplateProperties
[src]

[src]

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

impl Serialize for TemplateProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for TemplateProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<TemplateProperties> for Template
[src]

[src]

Performs the conversion.

Auto Trait Implementations