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

Class: Aws::ConfigService::Types::ComplianceContributorCount

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

Overview

The number of AWS resources or AWS Config rules responsible for the current compliance of the item, up to a maximum number.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cap_exceededBoolean

Indicates whether the maximum count is reached.

Returns:

  • (Boolean)

    Indicates whether the maximum count is reached.

#capped_countInteger

The number of AWS resources or AWS Config rules responsible for the current compliance of the item.

Returns:

  • (Integer)

    The number of AWS resources or AWS Config rules responsible for the current compliance of the item.