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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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

Instance Attribute Details

#complianceTypes::Compliance

Indicates whether the Config rule is compliant.

Returns:



674
675
676
677
678
679
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 674

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

#config_rule_nameString

The name of the Config rule.

Returns:

  • (String)


674
675
676
677
678
679
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 674

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