class Amazonite::SsmV1::DescribeEffectivePatchesForPatchBaselineResult
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/describe_effective_patches_for_patch_baseline_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(effective_patches : Array(EffectivePatch) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
- #effective_patches : Array(EffectivePatch) | Nil
- #effective_patches=(effective_patches : Array(EffectivePatch) | Nil)
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
Constructor Detail
def self.new(effective_patches : Array(EffectivePatch) | Nil = nil, next_token : String | Nil = nil)
#