Struct rusoto_route53::ListTagsForResourcesRequest [] [src]

pub struct ListTagsForResourcesRequest {
    pub resource_ids: Vec<String>,
    pub resource_type: String,
}

A complex type that contains information about the health checks or hosted zones for which you want to list tags.

Fields

A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

The type of the resources.

  • The resource type for health checks is healthcheck.

  • The resource type for hosted zones is hostedzone.

Trait Implementations

impl Default for ListTagsForResourcesRequest
[src]

[src]

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

impl Debug for ListTagsForResourcesRequest
[src]

[src]

Formats the value using the given formatter.