DescribePatchPropertiesResult

public struct DescribePatchPropertiesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token for the next set of items to return. (You use this token in the next call.)

    Declaration

    Swift

    public let nextToken: String?
  • A list of the properties for patches matching the filter request parameters.

    Declaration

    Swift

    public let properties: [[String : String]]?
  • Undocumented

    Declaration

    Swift

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