Class: Aws::ConfigService::Types::ComplianceByConfigRule

Inherits:
Struct
  • Object
show all
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. A rule is noncompliant if any of these resources do not comply.

Instance Attribute Summary collapse

Instance Attribute Details

#complianceTypes::Compliance

Indicates whether the AWS Config rule is compliant.

Returns:



501
502
503
504
505
# File 'lib/aws-sdk-configservice/types.rb', line 501

class ComplianceByConfigRule < Struct.new(
  :config_rule_name,
  :compliance)
  include Aws::Structure
end

#config_rule_nameString

The name of the AWS Config rule.

Returns:

  • (String)


501
502
503
504
505
# File 'lib/aws-sdk-configservice/types.rb', line 501

class ComplianceByConfigRule < Struct.new(
  :config_rule_name,
  :compliance)
  include Aws::Structure
end