Struct cfn::Tag [] [src]

pub struct Tag { /* fields omitted */ }

Key-value pair that can be used to identify and organise resources.

Methods

impl Tag
[src]

[src]

Create a tag from a key-value pair .

Trait Implementations

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tag

impl Sync for Tag