DescribeAvailablePatchesResult

public struct DescribeAvailablePatchesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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?
  • An array of patches. Each entry in the array is a patch structure.

    Declaration

    Swift

    public let patches: [Patch]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, patches: [Patch]? = nil)