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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cap_exceededBoolean

Indicates whether the maximum count is reached.

Returns:

  • (Boolean)


725
726
727
728
729
730
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 725

class ComplianceContributorCount < Struct.new(
  :capped_count,
  :cap_exceeded)
  SENSITIVE = []
  include Aws::Structure
end

#capped_countInteger

The number of Amazon Web Services resources or Config rules responsible for the current compliance of the item.

Returns:

  • (Integer)


725
726
727
728
729
730
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 725

class ComplianceContributorCount < Struct.new(
  :capped_count,
  :cap_exceeded)
  SENSITIVE = []
  include Aws::Structure
end