DescribeComplianceByResourceResponse
public struct DescribeComplianceByResourceResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
Declaration
Swift
public let complianceByResources: [ComplianceByResource]? -
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(complianceByResources: [ComplianceByResource]? = nil, nextToken: String? = nil)
View on GitHub
DescribeComplianceByResourceResponse Structure Reference