class
Amazonite::Ssm::PatchOrchestratorFilter
- Amazonite::Ssm::PatchOrchestratorFilter
- Reference
- Object
Overview
Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation
that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter
include the following:
-
DescribeAvailablePatches
-
DescribeInstancePatches
-
DescribePatchBaselines
-
DescribePatchGroups
Included Modules
- JSON::Serializable
Defined in:
ssm/patch_orchestrator_filter.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : String | Nil
The key for the filter.
-
#key=(key : String | Nil)
The key for the filter.
- #validate! : Nil
-
#values : Array(String) | Nil
The value for the filter.
-
#values=(values : Array(String) | Nil)
The value for the filter.
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?.