
commonMain.aws.sdk.kotlin.services.ssm.model.InventoryItem.kt Maven / Gradle / Ivy
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.ssm.model
/**
* Information collected from managed nodes based on your inventory policy document
*/
public class InventoryItem private constructor(builder: Builder) {
/**
* The time the inventory information was collected.
*/
public val captureTime: kotlin.String = requireNotNull(builder.captureTime) { "A non-null value must be provided for captureTime" }
/**
* The inventory data of the inventory type.
*/
public val content: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy