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

Class: Aws::Route53::Types::ListTagsForResourcesRequest

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idsArray<String>

A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

Returns:

  • (Array<String>)

    A complex type that contains the ResourceId element for each resource for which you want to get a list of tags.

#resource_typeString

The type of the resources.

  • 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 resources.