class Amazonite::Ssm::PatchFilterGroup

Overview

A set of patch filters, typically used for approval rules.

Included Modules

Defined in:

ssm/patch_filter_group.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(patch_filters : Array(PatchFilter)) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def patch_filters : Array(PatchFilter) #

The set of patch filters that make up the group.


[View source]
def patch_filters=(patch_filters : Array(PatchFilter)) #

The set of patch filters that make up the group.


[View source]
def validate! : Nil #

[View source]