class
Amazonite::Ssm::AssociationExecutionTargetsFilter
- Amazonite::Ssm::AssociationExecutionTargetsFilter
- Reference
- Object
Overview
Filters for the association execution.
Included Modules
- JSON::Serializable
Defined in:
ssm/association_execution_targets_filter.crConstructors
- .new(key : AssociationExecutionTargetsFilterKey, value : String)
- .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 : AssociationExecutionTargetsFilterKey
The key value used in the request.
-
#key=(key : AssociationExecutionTargetsFilterKey)
The key value used in the request.
- #validate! : Nil
-
#value : String
The value specified for the key.
-
#value=(value : String)
The value specified for the key.
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?.