class
Amazonite::Ssm::InstancePropertyStringFilter
- Amazonite::Ssm::InstancePropertyStringFilter
- Reference
- Object
Overview
The filters to describe or get information about your managed nodes.
Included Modules
- JSON::Serializable
Defined in:
ssm/instance_property_string_filter.crConstructors
- .new(key : String, values : Array(String), operator : InstancePropertyFilterOperator | Nil = nil)
- .new(pull : JSON::PullParser)
- .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) -
#key : String
The filter key name to describe your managed nodes.
-
#key=(key : String)
The filter key name to describe your managed nodes.
-
#operator : InstancePropertyFilterOperator | Nil
The operator used by the filter call.
-
#operator=(operator : InstancePropertyFilterOperator | Nil)
The operator used by the filter call.
- #validate! : Nil
-
#values : Array(String)
The filter key name to describe your managed nodes.
-
#values=(values : Array(String))
The filter key name to describe your managed nodes.
Constructor Detail
def self.new(key : String, values : Array(String), operator : InstancePropertyFilterOperator | 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 operator=(operator : InstancePropertyFilterOperator | Nil)
#
The operator used by the filter call.