class Amazonite::Ssm::ComplianceSummaryItem

Overview

A summary of compliance information by compliance type.

Included Modules

Defined in:

ssm/compliance_summary_item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(compliance_type : String | Nil = nil, compliant_summary : CompliantSummary | Nil = nil, non_compliant_summary : NonCompliantSummary | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def compliance_type : String | Nil #

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


[View source]
def compliance_type=(compliance_type : String | Nil) #

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


[View source]
def compliant_summary : CompliantSummary | Nil #

A list of COMPLIANT items for the specified compliance type.


[View source]
def compliant_summary=(compliant_summary : CompliantSummary | Nil) #

A list of COMPLIANT items for the specified compliance type.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def non_compliant_summary : NonCompliantSummary | Nil #

A list of NON_COMPLIANT items for the specified compliance type.


[View source]
def non_compliant_summary=(non_compliant_summary : NonCompliantSummary | Nil) #

A list of NON_COMPLIANT items for the specified compliance type.


[View source]
def validate! : Nil #

[View source]