EvaluationResultQualifier
public struct EvaluationResultQualifier : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the AWS Config rule that was used in the evaluation.
Declaration
Swift
public let configRuleName: String? -
The ID of the evaluated AWS resource.
Declaration
Swift
public let resourceId: String? -
The type of AWS resource that was evaluated.
Declaration
Swift
public let resourceType: String? -
Undocumented
Declaration
Swift
public init(configRuleName: String? = nil, resourceId: String? = nil, resourceType: String? = nil)
View on GitHub
EvaluationResultQualifier Structure Reference