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]

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

impl Debug for AddTagsToResourceOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for AddTagsToResourceOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AddTagsToResourceOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations