Struct rusoto_directconnect::ResourceTag [] [src]

pub struct ResourceTag {
    pub resource_arn: Option<ResourceArn>,
    pub tags: Option<TagList>,
}

The tags associated with a Direct Connect resource.

Fields

The Amazon Resource Name (ARN) of the Direct Connect resource.

The tags.

Trait Implementations

impl Default for ResourceTag
[src]

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

impl Debug for ResourceTag
[src]

Formats the value using the given formatter.

impl Clone for ResourceTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more