You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListTagsForResourceRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the resource for which you want to retrieve tags.

Returns:

  • (String)

    The ID of the resource for which you want to retrieve tags.

#resource_typeString

The type of the resource.

  • The resource type for health checks is healthcheck.

  • The resource type for hosted zones is hostedzone.

    Possible values:

    • healthcheck
    • hostedzone

Returns:

  • (String)

    The type of the resource.