Struct rusoto_cloudtrail::ResourceTag [] [src]

pub struct ResourceTag {
    pub resource_id: Option<String>,
    pub tags_list: Option<TagsList>,
}

A resource tag.

Fields

Specifies the ARN of the resource.

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