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

Class: Aws::SSM::Types::ComplianceSummaryItem

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

Overview

A summary of compliance information by compliance type.

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_typeString

The type of compliance item. For example, the compliance type can be Association, Patch, or Custom:string.

Returns:

  • (String)

    The type of compliance item.

#compliant_summaryTypes::CompliantSummary

A list of COMPLIANT items for the specified compliance type.

Returns:

#non_compliant_summaryTypes::NonCompliantSummary

A list of NON_COMPLIANT items for the specified compliance type.

Returns: