
commonMain.aws.sdk.kotlin.services.ssm.model.OpsEntityItem.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.ssm.model
import aws.smithy.kotlin.runtime.SdkDsl
/**
* The OpsData summary.
*/
public class OpsEntityItem private constructor(builder: Builder) {
/**
* The time the OpsData was captured.
*/
public val captureTime: kotlin.String? = builder.captureTime
/**
* The details of an OpsData summary.
*/
public val content: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy