DescribeConformancePackComplianceResponse
public struct DescribeConformancePackComplianceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the conformance pack.
Declaration
Swift
public let conformancePackName: String
-
Returns a list of ConformancePackRuleCompliance objects.
Declaration
Swift
public let conformancePackRuleComplianceList: [ConformancePackRuleCompliance]
-
The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(conformancePackName: String, conformancePackRuleComplianceList: [ConformancePackRuleCompliance], nextToken: String? = nil)