
commonMain.aws.sdk.kotlin.services.ssm.model.DescribePatchPropertiesResponse.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.ssm.model
public class DescribePatchPropertiesResponse private constructor(builder: Builder) {
/**
* The token for the next set of items to return. (You use this token in the next call.)
*/
public val nextToken: kotlin.String? = builder.nextToken
/**
* A list of the properties for patches matching the filter request parameters.
*/
public val properties: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy