Struct rusoto_route53::ListTagsForResourcesResponse [] [src]

pub struct ListTagsForResourcesResponse {
    pub resource_tag_sets: ResourceTagSetList,
}

A complex type containing tags for the specified resources.

Fields

A list of ResourceTagSets containing tags associated with the specified resources.

Trait Implementations

impl Default for ListTagsForResourcesResponse
[src]

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

impl Clone for ListTagsForResourcesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListTagsForResourcesResponse
[src]

Formats the value using the given formatter.