Class: Aws::SSM::Types::ComplianceItemEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Information about a compliance item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsHash<String,String>

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

Returns:

  • (Hash<String,String>)


2606
2607
2608
2609
2610
2611
2612
2613
2614
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2606

class ComplianceItemEntry < Struct.new(
  :id,
  :title,
  :severity,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#idString

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

Returns:

  • (String)


2606
2607
2608
2609
2610
2611
2612
2613
2614
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2606

class ComplianceItemEntry < Struct.new(
  :id,
  :title,
  :severity,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

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

Returns:

  • (String)


2606
2607
2608
2609
2610
2611
2612
2613
2614
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2606

class ComplianceItemEntry < Struct.new(
  :id,
  :title,
  :severity,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


2606
2607
2608
2609
2610
2611
2612
2613
2614
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2606

class ComplianceItemEntry < Struct.new(
  :id,
  :title,
  :severity,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

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.

Returns:

  • (String)


2606
2607
2608
2609
2610
2611
2612
2613
2614
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 2606

class ComplianceItemEntry < Struct.new(
  :id,
  :title,
  :severity,
  :status,
  :details)
  SENSITIVE = []
  include Aws::Structure
end