class Aws::Route53::Types::ListTagsForResourcesRequest

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

@note When making an API call, you may pass ListTagsForResourcesRequest

data as a hash:

    {
      resource_type: "healthcheck", # required, accepts healthcheck, hostedzone
      resource_ids: ["TagResourceId"], # required
    }

@!attribute [rw] resource_type

The type of the resources.

* The resource type for health checks is `healthcheck`.

* The resource type for hosted zones is `hostedzone`.
@return [String]

@!attribute [rw] resource_ids

A complex type that contains the ResourceId element for each
resource for which you want to get a list of tags.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTagsForResourcesRequest AWS API Documentation

Constants

SENSITIVE