ComplianceExecutionSummary
A summary of the call execution that includes an execution ID, the type of execution (for example, Command
), and the date/time of the execution using a datetime object that is saved in the following format: yyyy-MM-dd'T'HH:mm:ss'Z'.
Types
Properties
Link copied to clipboard
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
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
The type of execution. For example, Command
is a valid execution type.
Functions
Link copied to clipboard
inline fun copy(block: ComplianceExecutionSummary.Builder.() -> Unit = {}): ComplianceExecutionSummary