GetComplianceDetailsByConfigRuleResponse
public struct GetComplianceDetailsByConfigRuleResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether the AWS resource complies with the specified AWS Config rule.
Declaration
Swift
public let evaluationResults: [EvaluationResult]?
-
The string that you use in a subsequent request to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(evaluationResults: [EvaluationResult]? = nil, nextToken: String? = nil)