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

Class: Aws::ResourceGroups::Types::TagOutput

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the tagged resource.

Returns:

  • (String)

    The ARN of the tagged resource.

#tagsHash<String,String>

The tags that have been added to the specified resource group.

Returns:

  • (Hash<String,String>)

    The tags that have been added to the specified resource group.