ConformancePackComplianceSummary
public struct ConformancePackComplianceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of the conformance pack. The allowed values are COMPLIANT and NON_COMPLIANT.
Declaration
Swift
public let conformancePackComplianceStatus: ConformancePackComplianceType
-
The name of the conformance pack name.
Declaration
Swift
public let conformancePackName: String
-
Undocumented
Declaration
Swift
public init(conformancePackComplianceStatus: ConformancePackComplianceType, conformancePackName: String)