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

Class: Aws::ResourceGroupsTaggingAPI::Types::Summary

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

Overview

A count of noncompliant resources.

Instance Attribute Summary collapse

Instance Attribute Details

#last_updatedString

The timestamp that shows when this summary was generated in this Region.

Returns:

  • (String)

    The timestamp that shows when this summary was generated in this Region.

#non_compliant_resourcesInteger

The count of noncompliant resources.

Returns:

  • (Integer)

    The count of noncompliant resources.

#regionString

The AWS Region that the summary applies to.

Returns:

  • (String)

    The AWS Region that the summary applies to.

#resource_typeString

The AWS resource type.

Returns:

  • (String)

    The AWS resource type.

#target_idString

The account identifier or the root identifier of the organization. If you don\'t know the root ID, you can call the AWS Organizations ListRoots API.

Returns:

  • (String)

    The account identifier or the root identifier of the organization.

#target_id_typeString

Whether the target is an account, an OU, or the organization root.

Possible values:

  • ACCOUNT
  • OU
  • ROOT

Returns:

  • (String)

    Whether the target is an account, an OU, or the organization root.