ComplianceViolator
public struct ComplianceViolator : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The resource ID.
Declaration
Swift
public let resourceId: String?
-
The resource type. This is in the format shown in the AWS Resource Types Reference. For example: AWS::ElasticLoadBalancingV2::LoadBalancer or AWS::CloudFront::Distribution.
Declaration
Swift
public let resourceType: String?
-
The reason that the resource is not protected by the policy.
Declaration
Swift
public let violationReason: ViolationReason?
-
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: String? = nil, violationReason: ViolationReason? = nil)