You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ConfigService::Types::AggregateComplianceByConfigRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AggregateComplianceByConfigRule
- Defined in:
- (unknown)
Overview
Indicates whether an AWS Config rule is compliant based on account ID, region, compliance, and rule name.
A rule is compliant if all of the resources that the rule evaluated comply with it. It is noncompliant if any of these resources do not comply.
Instance Attribute Summary collapse
-
#account_id ⇒ String
The 12-digit account ID of the source account.
-
#aws_region ⇒ String
The source region from where the data is aggregated.
-
#compliance ⇒ Types::Compliance
Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.
-
#config_rule_name ⇒ String
The name of the AWS Config rule.
Instance Attribute Details
#account_id ⇒ String
The 12-digit account ID of the source account.
#aws_region ⇒ String
The source region from where the data is aggregated.
#compliance ⇒ Types::Compliance
Indicates whether an AWS resource or AWS Config rule is compliant and provides the number of contributors that affect the compliance.
#config_rule_name ⇒ String
The name of the AWS Config rule.