class
Amazonite::Ssm::OpsItemRelatedItemsFilter
- Amazonite::Ssm::OpsItemRelatedItemsFilter
- Reference
- Object
Overview
Describes a filter for a specific list of related-item resources.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_item_related_items_filter.crConstructors
- .new(key : OpsItemRelatedItemsFilterKey, values : Array(String), operator : OpsItemRelatedItemsFilterOperator)
- .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 : OpsItemRelatedItemsFilterKey
The name of the filter key.
-
#key=(key : OpsItemRelatedItemsFilterKey)
The name of the filter key.
-
#operator : OpsItemRelatedItemsFilterOperator
The operator used by the filter call.
-
#operator=(operator : OpsItemRelatedItemsFilterOperator)
The operator used by the filter call.
- #validate! : Nil
-
#values : Array(String)
The values for the filter.
-
#values=(values : Array(String))
The values for the filter.
Constructor Detail
def self.new(key : OpsItemRelatedItemsFilterKey, values : Array(String), operator : OpsItemRelatedItemsFilterOperator)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def key : OpsItemRelatedItemsFilterKey
#
The name of the filter key. Supported values include ResourceUri, ResourceType, or
AssociationId.
def key=(key : OpsItemRelatedItemsFilterKey)
#
The name of the filter key. Supported values include ResourceUri, ResourceType, or
AssociationId.
def operator : OpsItemRelatedItemsFilterOperator
#
The operator used by the filter call. The only supported operator is EQUAL.
def operator=(operator : OpsItemRelatedItemsFilterOperator)
#
The operator used by the filter call. The only supported operator is EQUAL.