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