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

Class: Aws::Route53::Types::ResourceTagSet

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

Overview

A complex type containing a resource and its associated tags.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID for the specified resource.

Returns:

  • (String)

    The ID for the specified resource.

#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.

#tagsArray<Types::Tag>

The tags associated with the specified resource.

Returns:

  • (Array<Types::Tag>)

    The tags associated with the specified resource.