Struct rusoto_inspector::SetTagsForResourceRequest [] [src]

pub struct SetTagsForResourceRequest {
    pub resource_arn: Arn,
    pub tags: Option<TagList>,
}

Fields

The ARN of the assessment template that you want to set tags to.

A collection of key and value pairs that you want to set to the assessment template.

Trait Implementations

impl Default for SetTagsForResourceRequest
[src]

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

impl Debug for SetTagsForResourceRequest
[src]

Formats the value using the given formatter.

impl Clone for SetTagsForResourceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more