GetConformancePackComplianceDetailsResponse
public struct GetConformancePackComplianceDetailsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Name of the conformance pack.
Declaration
Swift
public let conformancePackName: String
-
Returns a list of ConformancePackEvaluationResult objects.
Declaration
Swift
public let conformancePackRuleEvaluationResults: [ConformancePackEvaluationResult]?
-
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, conformancePackRuleEvaluationResults: [ConformancePackEvaluationResult]? = nil, nextToken: String? = nil)