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

Class: Aws::ConfigService::Types::ConformancePackComplianceFilters

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

Overview

Note:

When passing ConformancePackComplianceFilters as input to an Aws::Client method, you can use a vanilla Hash:

{
  config_rule_names: ["StringWithCharLimit64"],
  compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT
}

Filters the conformance pack by compliance types and AWS Config rule names.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_typeString

Filters the results by compliance.

The allowed values are COMPLIANT and NON_COMPLIANT.

Possible values:

  • COMPLIANT
  • NON_COMPLIANT

Returns:

  • (String)

    Filters the results by compliance.

#config_rule_namesArray<String>

Filters the results by AWS Config rule names.

Returns:

  • (Array<String>)

    Filters the results by AWS Config rule names.