class Amazonite::SsmV1::InventoryFilter

Included Modules

Defined in:

ssm_v1/inventory_filter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(key : String, values : Array(String), type : InventoryQueryOperatorType | 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 : InventoryQueryOperatorType | Nil #

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

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

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

[View source]