
commonMain.aws.sdk.kotlin.services.ssm.model.InventoryResultItem.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 inventory result item.
*/
public class InventoryResultItem private constructor(builder: Builder) {
/**
* The time inventory item data was captured.
*/
public val captureTime: kotlin.String? = builder.captureTime
/**
* Contains all the inventory data of the item type. Results include attribute names and values.
*/
public val content: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy