You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::ConformancePackRuleCompliance

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Compliance information of one or more AWS Config rules within a conformance pack. You can filter using AWS Config rule names and compliance types.

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_typeString

Compliance of the AWS Config rule

The allowed values are COMPLIANT and NON_COMPLIANT.

Possible values:

  • COMPLIANT
  • NON_COMPLIANT

Returns:

  • (String)

    Compliance of the AWS Config rule.

#config_rule_nameString

Name of the config rule.

Returns:

  • (String)

    Name of the config rule.