class Amazonite::SsmV1::DescribePatchPropertiesRequest
- Amazonite::SsmV1::DescribePatchPropertiesRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/describe_patch_properties_request.crConstructors
- .new(operating_system : OperatingSystem, property : PatchProperty, patch_set : PatchSet | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #max_results : Int32 | Nil
- #max_results=(max_results : Int32 | Nil)
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #operating_system : OperatingSystem
- #operating_system=(operating_system : OperatingSystem)
- #patch_set : PatchSet | Nil
- #patch_set=(patch_set : PatchSet | Nil)
- #property : PatchProperty
- #property=(property : PatchProperty)
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)
#