DescribePatchGroupsResult

public struct DescribePatchGroupsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Each entry in the array contains: PatchGroup: string (between 1 and 256 characters, Regex: ^([\p{L}\p{Z}\p{N}_.:/=+-@]*)$) PatchBaselineIdentity: A PatchBaselineIdentity element.

    Declaration

    Swift

    public let mappings: [PatchGroupPatchBaselineMapping]?
  • The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(mappings: [PatchGroupPatchBaselineMapping]? = nil, nextToken: String? = nil)