Struct cfn::aws::efs::file_system::ElasticFileSystemTag [] [src]

pub struct ElasticFileSystemTag {
    pub key: Value<String>,
    pub value: Value<String>,
}

Fields

Property Key.

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

Property Value.

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

Trait Implementations

impl Debug for ElasticFileSystemTag
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ElasticFileSystemTag
[src]

[src]

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

Auto Trait Implementations