class Amazonite::SsmV1::OpsFilter

Included Modules

Defined in:

ssm_v1/ops_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, values : Array(String), type : OpsFilterOperatorType | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def key : String #

[View source]
def key=(key : String) #

[View source]
def type : OpsFilterOperatorType | Nil #

[View source]
def type=(type : OpsFilterOperatorType | Nil) #

[View source]
def values : Array(String) #

[View source]
def values=(values : Array(String)) #

[View source]