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

Class: Aws::ResourceGroupsTaggingAPI::Types::ResourceTagMapping

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

Overview

A list of resource ARNs and the tags (keys and values) that are associated with each.

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_detailsTypes::ComplianceDetails

Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.

Returns:

  • (Types::ComplianceDetails)

    Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.

#resource_arnString

The ARN of the resource.

Returns:

  • (String)

    The ARN of the resource.

#tagsArray<Types::Tag>

The tags that have been applied to one or more AWS resources.

Returns:

  • (Array<Types::Tag>)

    The tags that have been applied to one or more AWS resources.