A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SSM/Types/ComplianceItemEntry.html below:

ComplianceItemEntry — AWS SDK for Ruby V2

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

Class: Aws::SSM::Types::ComplianceItemEntry
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  id: "ComplianceItemId",
  title: "ComplianceItemTitle",
  severity: "CRITICAL",   status: "COMPLIANT",   details: {
    "AttributeName" => "AttributeValue",
  },
}

Information about a compliance item.

Instance Attribute Summary collapse Instance Attribute Details #details ⇒ Hash<String,String>

A \"Key\": \"Value\" tag combination for the compliance item.

#id ⇒ String

The compliance item ID. For example, if the compliance item is a Windows patch, the ID could be the number of the KB article.

#severity ⇒ String

The severity of the compliance status. Severity can be one of the following: Critical, High, Medium, Low, Informational, Unspecified.

Possible values:

#status ⇒ String

The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.

Possible values:

#title ⇒ String

The title of the compliance item. For example, if the compliance item is a Windows patch, the title could be the title of the KB article for the patch; for example: Security Update for Active Directory Federation Services.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4