ComplianceExecutionSummary
public struct ComplianceExecutionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let executionId: String? -
The time the execution ran as a datetime object that is saved in the following format: yyyy-MM-dd’T'HH:mm:ss'Z’.
Declaration
Swift
public let executionTime: TimeStamp -
The type of execution. For example, Command is a valid execution type.
Declaration
Swift
public let executionType: String? -
Undocumented
Declaration
Swift
public init(executionId: String? = nil, executionTime: TimeStamp, executionType: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ComplianceExecutionSummary Structure Reference