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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Summary includes the name and status of the conformance pack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_compliance_statusString

The status of the conformance pack. The allowed values are ‘COMPLIANT`, `NON_COMPLIANT` and `INSUFFICIENT_DATA`.

Returns:

  • (String)


1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-configservice/types.rb', line 1600

class ConformancePackComplianceSummary < Struct.new(
  :conformance_pack_name,
  :conformance_pack_compliance_status)
  SENSITIVE = []
  include Aws::Structure
end

#conformance_pack_nameString

The name of the conformance pack name.

Returns:

  • (String)


1600
1601
1602
1603
1604
1605
# File 'lib/aws-sdk-configservice/types.rb', line 1600

class ConformancePackComplianceSummary < Struct.new(
  :conformance_pack_name,
  :conformance_pack_compliance_status)
  SENSITIVE = []
  include Aws::Structure
end