Class: Aws::ConfigService::Types::ComplianceByConfigRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ComplianceByConfigRule
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it, and it is noncompliant if any of these resources do not comply.
Instance Attribute Summary collapse
-
#compliance ⇒ Types::Compliance
Indicates whether the AWS Config rule is compliant.
-
#config_rule_name ⇒ String
The name of the AWS Config rule.
Instance Attribute Details
#compliance ⇒ Types::Compliance
Indicates whether the AWS Config rule is compliant.
61 62 63 64 65 |
# File 'lib/aws-sdk-configservice/types.rb', line 61 class ComplianceByConfigRule < Struct.new( :config_rule_name, :compliance) include Aws::Structure end |
#config_rule_name ⇒ String
The name of the AWS Config rule.
61 62 63 64 65 |
# File 'lib/aws-sdk-configservice/types.rb', line 61 class ComplianceByConfigRule < Struct.new( :config_rule_name, :compliance) include Aws::Structure end |