DescribeComplianceByConfigRuleResponse
public struct DescribeComplianceByConfigRuleResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether each of the specified AWS Config rules is compliant.
Declaration
Swift
public let complianceByConfigRules: [ComplianceByConfigRule]?
-
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(complianceByConfigRules: [ComplianceByConfigRule]? = nil, nextToken: String? = nil)