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

Class: Aws::ConfigService::Types::ConformancePackComplianceSummary

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

Overview

Summary includes the name and status of the conformance pack.

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_compliance_statusString

The status of the conformance pack. The allowed values are COMPLIANT and NON_COMPLIANT.

Possible values:

  • COMPLIANT
  • NON_COMPLIANT

Returns:

  • (String)

    The status of the conformance pack.

#conformance_pack_nameString

The name of the conformance pack name.

Returns:

  • (String)

    The name of the conformance pack name.