class
Amazonite::Ssm::DescribePatchGroupsResult
- Amazonite::Ssm::DescribePatchGroupsResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_patch_groups_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(mappings : Array(PatchGroupPatchBaselineMapping) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#mappings : Array(PatchGroupPatchBaselineMapping) | Nil
Each entry in the array contains:
-
#mappings=(mappings : Array(PatchGroupPatchBaselineMapping) | Nil)
Each entry in the array contains:
-
#next_token : String | Nil
The token to use when requesting the next set of items.
-
#next_token=(next_token : String | Nil)
The token to use when requesting the next set of items.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Each entry in the array contains:
-
PatchGroup: string (between 1 and 256 characters. Regex:^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) -
PatchBaselineIdentity: APatchBaselineIdentityelement.
Each entry in the array contains:
-
PatchGroup: string (between 1 and 256 characters. Regex:^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$) -
PatchBaselineIdentity: APatchBaselineIdentityelement.
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.