class Amazonite::SsmV1::InstancePatchStateFilter
- Amazonite::SsmV1::InstancePatchStateFilter
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/instance_patch_state_filter.crConstructors
- .new(key : String, values : Array(String), type : InstancePatchStateOperatorType)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #key : String
- #key=(key : String)
- #type : InstancePatchStateOperatorType
- #type=(type : InstancePatchStateOperatorType)
- #values : Array(String)
- #values=(values : Array(String))
Constructor Detail
def self.new(key : String, values : Array(String), type : InstancePatchStateOperatorType)
#