class Amazonite::SsmV1::PatchSource

Included Modules

Defined in:

ssm_v1/patch_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, products : Array(String), configuration : String) #

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

[View source]

Instance Method Detail

def configuration : String #

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

[View source]
def name : String #

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

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

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

[View source]