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

pub struct ReceiptRuleSetProperties {
    pub rule_set_name: Option<Value<String>>,
}

Properties for the ReceiptRuleSet resource.

Fields

Property RuleSetName.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for ReceiptRuleSetProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ReceiptRuleSetProperties
[src]

[src]

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

impl Serialize for ReceiptRuleSetProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ReceiptRuleSetProperties> for ReceiptRuleSet
[src]

[src]

Performs the conversion.

Auto Trait Implementations