class Amazonite::SsmV1::DescribePatchGroupsResult
- Amazonite::SsmV1::DescribePatchGroupsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/describe_patch_groups_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(mappings : Array(PatchGroupPatchBaselineMapping) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
- #mappings : Array(PatchGroupPatchBaselineMapping) | Nil
- #mappings=(mappings : Array(PatchGroupPatchBaselineMapping) | Nil)
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
Constructor Detail
def self.new(mappings : Array(PatchGroupPatchBaselineMapping) | Nil = nil, next_token : String | Nil = nil)
#