ComplianceDetails
public struct ComplianceDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Whether a resource is compliant with the effective tag policy.
Declaration
Swift
public let complianceStatus: Bool? -
These are keys defined in the effective policy that are on the resource with either incorrect case treatment or noncompliant values.
Declaration
Swift
public let keysWithNoncompliantValues: [String]? -
These tag keys on the resource are noncompliant with the effective tag policy.
Declaration
Swift
public let noncompliantKeys: [String]? -
Undocumented
Declaration
Swift
public init(complianceStatus: Bool? = nil, keysWithNoncompliantValues: [String]? = nil, noncompliantKeys: [String]? = nil)
View on GitHub
ComplianceDetails Structure Reference