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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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.



624
625
626
627
628
629
630
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 624

class ResourceTagMapping < Struct.new(
  :resource_arn,
  :tags,
  :compliance_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


624
625
626
627
628
629
630
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 624

class ResourceTagMapping < Struct.new(
  :resource_arn,
  :tags,
  :compliance_details)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags that have been applied to one or more Amazon Web Services resources.

Returns:



624
625
626
627
628
629
630
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 624

class ResourceTagMapping < Struct.new(
  :resource_arn,
  :tags,
  :compliance_details)
  SENSITIVE = []
  include Aws::Structure
end