Struct rusoto_ec2::TagDescription [] [src]

pub struct TagDescription {
    pub key: Option<String>,
    pub resource_id: Option<String>,
    pub resource_type: Option<String>,
    pub value: Option<String>,
}

Describes a tag.

Fields

The tag key.

The ID of the resource. For example, ami-1a2b3c4d.

The resource type.

The tag value.

Trait Implementations

impl Default for TagDescription
[src]

[src]

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

impl Debug for TagDescription
[src]

[src]

Formats the value using the given formatter.

impl Clone for TagDescription
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more