Class: Aws::ResourceGroupsTaggingAPI::Types::ResourceTagMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::ResourceTagMapping
- 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
-
#compliance_details ⇒ Types::ComplianceDetails
Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
-
#resource_arn ⇒ String
The ARN of the resource.
-
#tags ⇒ Array<Types::Tag>
The tags that have been applied to one or more Amazon Web Services resources.
Instance Attribute Details
#compliance_details ⇒ Types::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_arn ⇒ String
The ARN of the resource.
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 |
#tags ⇒ Array<Types::Tag>
The tags that have been applied to one or more Amazon Web Services resources.
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 |