class
Amazonite::Ssm::AssociationExecutionFilter
- Amazonite::Ssm::AssociationExecutionFilter
- Reference
- Object
Overview
Filters used in the request.
Included Modules
- JSON::Serializable
Defined in:
ssm/association_execution_filter.crConstructors
- .new(key : AssociationExecutionFilterKey, value : String, type : AssociationFilterOperatorType)
- .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 : AssociationExecutionFilterKey
The key value used in the request.
-
#key=(key : AssociationExecutionFilterKey)
The key value used in the request.
-
#type : AssociationFilterOperatorType
The filter type specified in the request.
-
#type=(type : AssociationFilterOperatorType)
The filter type specified in the request.
- #validate! : Nil
-
#value : String
The value specified for the key.
-
#value=(value : String)
The value specified for the key.
Constructor Detail
def self.new(key : AssociationExecutionFilterKey, value : String, type : AssociationFilterOperatorType)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.