Struct rusoto_resourcegroupstaggingapi::UntagResourcesOutput[][src]

pub struct UntagResourcesOutput {
    pub failed_resources_map: Option<HashMap<String, FailureInfo>>,
}

Fields

Details of resources that could not be untagged. An error code, status code, and error message are returned for each failed item.

Trait Implementations

impl Default for UntagResourcesOutput
[src]

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

impl Debug for UntagResourcesOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for UntagResourcesOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UntagResourcesOutput
[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