Struct rusoto_servicecatalog::Tag [] [src]

pub struct Tag {
    pub key: TagKey,
    pub value: TagValue,
}

Key/value pairs to associate with this provisioning. These tags are entirely discretionary and are propagated to the resources created in the provisioning.

Fields

The ProvisioningArtifactParameter.TagKey parameter from DescribeProvisioningParameters.

The esired value for this key.

Trait Implementations

impl Default for Tag
[src]

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

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more