class Aws::Route53::Types::ListTagsForResourceRequest

A complex type containing information about a request for a list of the tags that are associated with an individual resource.

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

data as a hash:

    {
      resource_type: "healthcheck", # required, accepts healthcheck, hostedzone
      resource_id: "TagResourceId", # required
    }

@!attribute [rw] resource_type

The type of the resource.

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

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

@!attribute [rw] resource_id

The ID of the resource for which you want to retrieve tags.
@return [String]

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

Constants

SENSITIVE