Struct rusoto_inspector::ResourceGroupTag [] [src]

pub struct ResourceGroupTag {
    pub key: TagKey,
    pub value: Option<TagValue>,
}

This data type is used as one of the elements of the ResourceGroup data type.

Fields

A tag key.

The value assigned to a tag key.

Trait Implementations

impl Default for ResourceGroupTag
[src]

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

impl Debug for ResourceGroupTag
[src]

Formats the value using the given formatter.

impl Clone for ResourceGroupTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more