Struct rusoto_route53::ListTagsForResourcesResponse [] [src]

pub struct ListTagsForResourcesResponse {
    pub resource_tag_sets: Vec<ResourceTagSet>,
}

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]

[src]

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

impl Debug for ListTagsForResourcesResponse
[src]

[src]

Formats the value using the given formatter.