Struct rusoto_servicecatalog::RecordTag [] [src]

pub struct RecordTag {
    pub key: Option<RecordTagKey>,
    pub value: Option<RecordTagValue>,
}

A tag associated with the record, stored as a key-value pair.

Fields

The key for this tag.

The value for this tag.

Trait Implementations

impl Default for RecordTag
[src]

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

impl Debug for RecordTag
[src]

Formats the value using the given formatter.

impl Clone for RecordTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more