class Amazonite::SsmV1::DescribePatchPropertiesRequest

Included Modules

Defined in:

ssm_v1/describe_patch_properties_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(operating_system : OperatingSystem, property : PatchProperty, patch_set : PatchSet | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil) #

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

[View source]

Instance Method Detail

def max_results : Int32 | Nil #

[View source]
def max_results=(max_results : Int32 | Nil) #

[View source]
def next_token : String | Nil #

[View source]
def next_token=(next_token : String | Nil) #

[View source]
def operating_system : OperatingSystem #

[View source]
def operating_system=(operating_system : OperatingSystem) #

[View source]
def patch_set : PatchSet | Nil #

[View source]
def patch_set=(patch_set : PatchSet | Nil) #

[View source]
def property : PatchProperty #

[View source]
def property=(property : PatchProperty) #

[View source]