Struct rusoto_storagegateway::AddTagsToResourceOutput [] [src]

pub struct AddTagsToResourceOutput {
    pub resource_arn: Option<String>,
}

AddTagsToResourceOutput

Fields

The Amazon Resource Name (ARN) of the resource you want to add tags to.

Trait Implementations

impl Default for AddTagsToResourceOutput
[src]

[src]

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

impl Debug for AddTagsToResourceOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AddTagsToResourceOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations