class Amazonite::SsmV1::AssociationExecutionFilter
- Amazonite::SsmV1::AssociationExecutionFilter
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/association_execution_filter.crConstructors
- .new(key : AssociationExecutionFilterKey, value : String, type : AssociationFilterOperatorType)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #key : AssociationExecutionFilterKey
- #key=(key : AssociationExecutionFilterKey)
- #type : AssociationFilterOperatorType
- #type=(type : AssociationFilterOperatorType)
- #value : String
- #value=(value : String)
Constructor Detail
def self.new(key : AssociationExecutionFilterKey, value : String, type : AssociationFilterOperatorType)
#