ComplianceExecutionSummaryResponse

data class ComplianceExecutionSummaryResponse(val executionId: String? = null, val executionTime: String? = null, val executionType: String? = null)

Definition of ComplianceExecutionSummary

Constructors

Link copied to clipboard
constructor(executionId: String? = null, executionTime: String? = null, executionType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val executionId: String? = null

An ID created by the system when PutComplianceItems was called. For example, CommandID is a valid execution ID. You can use this ID in subsequent calls.

Link copied to clipboard
val executionTime: String? = null

The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'

Link copied to clipboard
val executionType: String? = null

The type of execution. For example, Command is a valid execution type.