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 Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it. A rule is noncompliant if any of these resources do not comply.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#compliance ⇒ Types::Compliance
Indicates whether the Config rule is compliant.
-
#config_rule_name ⇒ String
The name of the Config rule.
Instance Attribute Details
#compliance ⇒ Types::Compliance
Indicates whether the Config rule is compliant.
688 689 690 691 692 693 |
# File 'lib/aws-sdk-configservice/types.rb', line 688 class ComplianceByConfigRule < Struct.new( :config_rule_name, :compliance) SENSITIVE = [] include Aws::Structure end |
#config_rule_name ⇒ String
The name of the Config rule.
688 689 690 691 692 693 |
# File 'lib/aws-sdk-configservice/types.rb', line 688 class ComplianceByConfigRule < Struct.new( :config_rule_name, :compliance) SENSITIVE = [] include Aws::Structure end |