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

Class: Aws::SSM::Types::ResourceComplianceSummaryItem

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

Overview

Compliance summary information for a specific resource.

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_typeString

The compliance type.

Returns:

  • (String)

    The compliance type.

#compliant_summaryTypes::CompliantSummary

A list of items that are compliant for the resource.

Returns:

#execution_summaryTypes::ComplianceExecutionSummary

Information about the execution.

Returns:

#non_compliant_summaryTypes::NonCompliantSummary

A list of items that aren\'t compliant for the resource.

Returns:

#overall_severityString

The highest severity item found for the resource. The resource is compliant for this item.

Possible values:

  • CRITICAL
  • HIGH
  • MEDIUM
  • LOW
  • INFORMATIONAL
  • UNSPECIFIED

Returns:

  • (String)

    The highest severity item found for the resource.

#resource_idString

The resource ID.

Returns:

  • (String)

    The resource ID.

#resource_typeString

The resource type.

Returns:

  • (String)

    The resource type.

#statusString

The compliance status for the resource.

Possible values:

  • COMPLIANT
  • NON_COMPLIANT

Returns:

  • (String)

    The compliance status for the resource.