Struct rusoto_route53::ChangeTagsForResourceRequest [] [src]

pub struct ChangeTagsForResourceRequest {
    pub add_tags: Option<TagList>,
    pub remove_tag_keys: Option<TagKeyList>,
    pub resource_id: TagResourceId,
    pub resource_type: TagResourceType,
}

A complex type that contains information about the tags that you want to add, edit, or delete.

Fields

A complex type that contains a list of the tags that you want to add to the specified health check or hosted zone and/or the tags that you want to edit Value for.

You can add a maximum of 10 tags to a health check or a hosted zone.

A complex type that contains a list of the tags that you want to delete from the specified health check or hosted zone. You can specify up to 10 keys.

The ID of the resource for which you want to add, change, or delete tags.

The type of the resource.

  • The resource type for health checks is healthcheck.

  • The resource type for hosted zones is hostedzone.

Trait Implementations

impl Default for ChangeTagsForResourceRequest
[src]

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

impl Clone for ChangeTagsForResourceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChangeTagsForResourceRequest
[src]

Formats the value using the given formatter.