EvaluationResultIdentifier
public struct EvaluationResultIdentifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identifies an AWS Config rule used to evaluate an AWS resource, and provides the type and ID of the evaluated resource.
Declaration
Swift
public let evaluationResultQualifier: EvaluationResultQualifier?
-
The time of the event that triggered the evaluation of your AWS resources. The time can indicate when AWS Config delivered a configuration item change notification, or it can indicate when AWS Config delivered the configuration snapshot, depending on which event triggered the evaluation.
Declaration
Swift
public let orderingTimestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(evaluationResultQualifier: EvaluationResultQualifier? = nil, orderingTimestamp: TimeStamp? = nil)