class
Amazonite::Ssm::PatchFilterGroup
- Amazonite::Ssm::PatchFilterGroup
- Reference
- Object
Overview
A set of patch filters, typically used for approval rules.
Included Modules
- JSON::Serializable
Defined in:
ssm/patch_filter_group.crConstructors
- .new(pull : JSON::PullParser)
- .new(patch_filters : Array(PatchFilter))
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#patch_filters : Array(PatchFilter)
The set of patch filters that make up the group.
-
#patch_filters=(patch_filters : Array(PatchFilter))
The set of patch filters that make up the group.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def patch_filters=(patch_filters : Array(PatchFilter))
#
The set of patch filters that make up the group.