ConformancePackRuleCompliance
public struct ConformancePackRuleCompliance : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Compliance of the AWS Config rule The allowed values are COMPLIANT and NON_COMPLIANT.
Declaration
Swift
public let complianceType: ConformancePackComplianceType?
-
Name of the config rule.
Declaration
Swift
public let configRuleName: String?
-
Undocumented
Declaration
Swift
public init(complianceType: ConformancePackComplianceType? = nil, configRuleName: String? = nil)