Struct cfn::aws::elasticache::SecurityGroupProperties [] [src]

pub struct SecurityGroupProperties {
    pub description: Value<String>,
}

Properties for the SecurityGroup resource.

Fields

Property Description.

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

Trait Implementations

impl Debug for SecurityGroupProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SecurityGroupProperties
[src]

[src]

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

impl Serialize for SecurityGroupProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<SecurityGroupProperties> for SecurityGroup
[src]

[src]

Performs the conversion.

Auto Trait Implementations