Struct rusoto_route53::ResourceTagSet [] [src]

pub struct ResourceTagSet {
    pub resource_id: Option<String>,
    pub resource_type: Option<String>,
    pub tags: Option<Vec<Tag>>,
}

A complex type containing a resource and its associated tags.

Fields

The ID for the specified resource.

The type of the resource.

  • The resource type for health checks is healthcheck.

  • The resource type for hosted zones is hostedzone.

The tags associated with the specified resource.

Trait Implementations

impl Default for ResourceTagSet
[src]

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

impl Debug for ResourceTagSet
[src]

Formats the value using the given formatter.