class
Amazonite::Ssm::NodeFilter
- Amazonite::Ssm::NodeFilter
- Reference
- Object
Overview
The filters for the operation.
Included Modules
- JSON::Serializable
Defined in:
ssm/node_filter.crConstructors
- .new(key : NodeFilterKey, values : Array(String), type : NodeFilterOperatorType | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#key : NodeFilterKey
The name of the filter.
-
#key=(key : NodeFilterKey)
The name of the filter.
-
#type : NodeFilterOperatorType | Nil
The type of filter operator.
-
#type=(type : NodeFilterOperatorType | Nil)
The type of filter operator.
- #validate! : Nil
-
#values : Array(String)
A filter value supported by the specified key.
-
#values=(values : Array(String))
A filter value supported by the specified key.
Constructor Detail
def self.new(key : NodeFilterKey, values : Array(String), type : NodeFilterOperatorType | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def values : Array(String)
#
A filter value supported by the specified key. For example, for the key PlatformType,
supported values include Linux and Windows.
def values=(values : Array(String))
#
A filter value supported by the specified key. For example, for the key PlatformType,
supported values include Linux and Windows.