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

Class: Aws::ResourceGroupsTaggingAPI::Types::ComplianceDetails

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_statusBoolean

Whether a resource is compliant with the effective tag policy.

Returns:

  • (Boolean)

    Whether a resource is compliant with the effective tag policy.

#keys_with_noncompliant_valuesArray<String>

These are keys defined in the effective policy that are on the resource with either incorrect case treatment or noncompliant values.

Returns:

  • (Array<String>)

    These are keys defined in the effective policy that are on the resource with either incorrect case treatment or noncompliant values.

#noncompliant_keysArray<String>

These tag keys on the resource are noncompliant with the effective tag policy.

Returns:

  • (Array<String>)

    These tag keys on the resource are noncompliant with the effective tag policy.